diff --git a/deploy/kubeplus-chart/Chart.yaml b/deploy/kubeplus-chart/Chart.yaml index 67a8d30b..65567d0b 100644 --- a/deploy/kubeplus-chart/Chart.yaml +++ b/deploy/kubeplus-chart/Chart.yaml @@ -7,10 +7,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: 3.0.34 +version: 3.0.35 # 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. -appVersion: 2e7147002a29e4615fcd1662c37aab1888a8ce5e +appVersion: f6849dc36e2d1ac1944e54dd39490ae7fe947e10 diff --git a/deploy/kubeplus-chart/templates/kubeplus-components-6.yaml b/deploy/kubeplus-chart/templates/kubeplus-components-6.yaml index f1212e29..92880d97 100644 --- a/deploy/kubeplus-chart/templates/kubeplus-components-6.yaml +++ b/deploy/kubeplus-chart/templates/kubeplus-components-6.yaml @@ -317,7 +317,7 @@ spec: - "webhook-tls-certificates" containers: - name: kubeconfiggenerator - image: gcr.io/cloudark-kubeplus/kubeconfiggenerator:3.0.26 + image: gcr.io/cloudark-kubeplus/kubeconfiggenerator:3.0.27 imagePullPolicy: IfNotPresent env: - name: KUBEPLUS_NAMESPACE @@ -358,7 +358,7 @@ spec: imagePullPolicy: IfNotPresent command: [ "python3", "/root/consumerui.py"] - name: helmer - image: gcr.io/cloudark-kubeplus/helm-pod:3.0.16 + image: gcr.io/cloudark-kubeplus/helm-pod:3.0.17 imagePullPolicy: IfNotPresent command: ["/root/helm-pod"] volumeMounts: