Skip to content

Commit a6f2c26

Browse files
committed
feat: update mindthegap to v1.24.0
1 parent 205eecd commit a6f2c26

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)