Skip to content

Commit 73bebbe

Browse files
authored
build: update mindthegap version (#1212)
**What problem does this PR solve?**: Update mindthegap base image to latest available version. **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 e5d585a commit 73bebbe

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
@@ -39,7 +39,7 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
3939
| helmRepository.images.bundleInitializer.tag | string | `""` | |
4040
| helmRepository.images.mindthegap.pullPolicy | string | `"IfNotPresent"` | |
4141
| helmRepository.images.mindthegap.repository | string | `"ghcr.io/mesosphere/mindthegap"` | |
42-
| helmRepository.images.mindthegap.tag | string | `"v1.17.0"` | |
42+
| helmRepository.images.mindthegap.tag | string | `"v1.22.1"` | |
4343
| helmRepository.securityContext.fsGroup | int | `65532` | |
4444
| helmRepository.securityContext.runAsGroup | int | `65532` | |
4545
| 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
@@ -163,7 +163,7 @@ helmRepository:
163163
pullPolicy: IfNotPresent
164164
mindthegap:
165165
repository: ghcr.io/mesosphere/mindthegap
166-
tag: "v1.17.0"
166+
tag: "v1.22.1"
167167
pullPolicy: IfNotPresent
168168
securityContext:
169169
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.17.0
1+
ARG MINDTHEGAP_VERSION=v1.22.1
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)