Skip to content

Commit

Permalink
Bump up appVersion and default tag version (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Krithika Sundararajan <krithika.sundararajan@go-jek.com>
  • Loading branch information
krithika369 and Krithika Sundararajan committed Oct 19, 2022
1 parent 87dd5d3 commit 36549c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infra/charts/management-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: v0.7.0
appVersion: v0.9.0
description: A Helm chart for Kubernetes Deployment of the XP Management Service
name: xp-management
version: 0.1.2
2 changes: 1 addition & 1 deletion infra/charts/management-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xpManagement:
# -- Docker image repository for XP Management Service
repository: caraml-dev/xp/xp-management
# -- Docker image tag for XP Management Service
tag: v0.7.0
tag: v0.9.0
# -- Docker image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion infra/charts/treatment-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: v0.7.0
appVersion: v0.9.0
name: xp-treatment
description: A Helm chart for Kubernetes Deployment of the XP Treatment Service
version: 0.1.2
2 changes: 1 addition & 1 deletion infra/charts/treatment-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xpTreatment:
# -- Docker image repository for XP Treatment Service
repository: caraml-dev/xp/xp-treatment
# -- Docker image tag for XP Treatment Service
tag: v0.7.0
tag: v0.9.0
# -- Docker image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 36549c8

Please sign in to comment.