From 7cf376e4482def8818757cccef7a70d49caadf84 Mon Sep 17 00:00:00 2001 From: yetone Date: Wed, 6 Jul 2022 04:02:33 +0000 Subject: [PATCH] feat: upgrade yatai-deployment-comp-operator --- scripts/helm-charts/yatai-deployment-comp-operator/Chart.yaml | 4 ++-- .../helm-charts/yatai-deployment-comp-operator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/helm-charts/yatai-deployment-comp-operator/Chart.yaml b/scripts/helm-charts/yatai-deployment-comp-operator/Chart.yaml index caa1ffee..ae34cfd2 100644 --- a/scripts/helm-charts/yatai-deployment-comp-operator/Chart.yaml +++ b/scripts/helm-charts/yatai-deployment-comp-operator/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.9.0" +version: "0.10.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.9.0" +appVersion: "0.10.0" diff --git a/scripts/helm-charts/yatai-deployment-comp-operator/values.yaml b/scripts/helm-charts/yatai-deployment-comp-operator/values.yaml index 33104484..febd1b85 100644 --- a/scripts/helm-charts/yatai-deployment-comp-operator/values.yaml +++ b/scripts/helm-charts/yatai-deployment-comp-operator/values.yaml @@ -10,7 +10,7 @@ image: repository: yatai-deployment-comp-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.9.0" + tag: "v0.10.0" imagePullSecrets: [] nameOverride: ""