Skip to content

Commit

Permalink
bumb version to 22.02.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rchakode committed May 11, 2022
1 parent 2e3c538 commit 9643209
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def create_directory_if_not_exists(path):


class Config:
version = '22.02.2'
version = '22.02.3'
db_round_decimals = 6
db_non_allocatable = 'non-allocatable'
db_billing_hourly_rate = '.billing-hourly-rate'
Expand Down
2 changes: 1 addition & 1 deletion manifests/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v1
appVersion: "1.0"
description: Helm chart for Kubernetes Opex Analtytics
name: kube-opex-analytics
version: 22.02.2
version: 22.02.3


2 changes: 1 addition & 1 deletion manifests/kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ resources:
images:
- name: kube-opex-analytics
newName: rchakode/kube-opex-analytics
newTag: 22.02.2
newTag: 22.02.3

0 comments on commit 9643209

Please sign in to comment.