Skip to content

Commit 41f63b8

Browse files
authored
feat: update mindthegap version to v1.24.0 (#1305)
**What problem does this PR solve?**: This version improves the version with non-interative TTY https://github.com/mesosphere/mindthegap/releases **Which issue(s) this PR fixes**: Fixes # **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 205eecd commit 41f63b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
4242
| helmRepository.images.bundleInitializer.tag | string | `""` | |
4343
| helmRepository.images.mindthegap.pullPolicy | string | `"IfNotPresent"` | |
4444
| helmRepository.images.mindthegap.repository | string | `"ghcr.io/mesosphere/mindthegap"` | |
45-
| helmRepository.images.mindthegap.tag | string | `"v1.22.1"` | |
45+
| helmRepository.images.mindthegap.tag | string | `"v1.24.0"` | |
4646
| helmRepository.securityContext.fsGroup | int | `65532` | |
4747
| helmRepository.securityContext.runAsGroup | int | `65532` | |
4848
| 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
@@ -169,7 +169,7 @@ helmRepository:
169169
pullPolicy: IfNotPresent
170170
mindthegap:
171171
repository: ghcr.io/mesosphere/mindthegap
172-
tag: "v1.22.1"
172+
tag: "v1.24.0"
173173
pullPolicy: IfNotPresent
174174
securityContext:
175175
runAsUser: 65532

hack/addons/helm-chart-bundler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG MINDTHEGAP_VERSION=v1.22.1
1+
ARG MINDTHEGAP_VERSION=v1.24.0
22

33
FROM --platform=${BUILDPLATFORM} ghcr.io/mesosphere/mindthegap:${MINDTHEGAP_VERSION} as bundle_builder
44
# This gets called by goreleaser so the copy source has to be the path relative to the repo root.

0 commit comments

Comments
 (0)