Skip to content

Commit

Permalink
Update kubeconfiggenerator and helmer images in the Helm chart (#1212)
Browse files Browse the repository at this point in the history
* KubePlus chart - 3.0.35
  • Loading branch information
devdattakulkarni authored Feb 16, 2024
1 parent f6849dc commit 38c78a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/kubeplus-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions deploy/kubeplus-chart/templates/kubeplus-components-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 38c78a5

Please sign in to comment.