Skip to content

Commit

Permalink
bump version to v22.02.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rchakode committed Apr 11, 2022
1 parent dda674c commit 63909ca
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.1'
version = '22.02.2'
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.1
version: 22.02.2


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.1
newTag: 22.02.2

0 comments on commit 63909ca

Please sign in to comment.