Skip to content

Commit 71e9f9f

Browse files
committed
fix: Use mindthegap v1.17.0 for the helm-repository container (#1024)
**What problem does this PR solve?**: The helm-repository container is defaulting to the wrong mindthegap version, one that is missing an [important fix](mesosphere/mindthegap#805). **Which issue(s) this PR fixes**: Fixes https://jira.nutanix.com/browse/NCN-104087 **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent ef5ea8e commit 71e9f9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/cluster-api-runtime-extensions-nutanix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
3838
| helmRepository.images.bundleInitializer.tag | string | `""` | |
3939
| helmRepository.images.mindthegap.pullPolicy | string | `"IfNotPresent"` | |
4040
| helmRepository.images.mindthegap.repository | string | `"ghcr.io/mesosphere/mindthegap"` | |
41-
| helmRepository.images.mindthegap.tag | string | `"v1.16.0"` | |
41+
| helmRepository.images.mindthegap.tag | string | `"v1.17.0"` | |
4242
| helmRepository.securityContext.fsGroup | int | `65532` | |
4343
| helmRepository.securityContext.runAsGroup | int | `65532` | |
4444
| helmRepository.securityContext.runAsUser | int | `65532` | |

charts/cluster-api-runtime-extensions-nutanix/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ helmRepository:
139139
pullPolicy: IfNotPresent
140140
mindthegap:
141141
repository: ghcr.io/mesosphere/mindthegap
142-
tag: "v1.16.0"
142+
tag: "v1.17.0"
143143
pullPolicy: IfNotPresent
144144
securityContext:
145145
runAsUser: 65532

0 commit comments

Comments
 (0)