Skip to content

Commit ba5ac3e

Browse files
authored
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 53e00c5 commit ba5ac3e

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
@@ -145,7 +145,7 @@ helmRepository:
145145
pullPolicy: IfNotPresent
146146
mindthegap:
147147
repository: ghcr.io/mesosphere/mindthegap
148-
tag: "v1.16.0"
148+
tag: "v1.17.0"
149149
pullPolicy: IfNotPresent
150150
securityContext:
151151
runAsUser: 65532

0 commit comments

Comments
 (0)