diff --git a/charts/cluster-api-runtime-extensions-nutanix/README.md b/charts/cluster-api-runtime-extensions-nutanix/README.md index a2fe28157..94ddf736c 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/README.md +++ b/charts/cluster-api-runtime-extensions-nutanix/README.md @@ -42,7 +42,7 @@ A Helm chart for cluster-api-runtime-extensions-nutanix | helmRepository.images.bundleInitializer.tag | string | `""` | | | helmRepository.images.mindthegap.pullPolicy | string | `"IfNotPresent"` | | | helmRepository.images.mindthegap.repository | string | `"ghcr.io/mesosphere/mindthegap"` | | -| helmRepository.images.mindthegap.tag | string | `"v1.22.1"` | | +| helmRepository.images.mindthegap.tag | string | `"v1.24.0"` | | | helmRepository.securityContext.fsGroup | int | `65532` | | | helmRepository.securityContext.runAsGroup | int | `65532` | | | helmRepository.securityContext.runAsUser | int | `65532` | | diff --git a/charts/cluster-api-runtime-extensions-nutanix/values.yaml b/charts/cluster-api-runtime-extensions-nutanix/values.yaml index 77197971c..d08e0eca6 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/values.yaml +++ b/charts/cluster-api-runtime-extensions-nutanix/values.yaml @@ -169,7 +169,7 @@ helmRepository: pullPolicy: IfNotPresent mindthegap: repository: ghcr.io/mesosphere/mindthegap - tag: "v1.22.1" + tag: "v1.24.0" pullPolicy: IfNotPresent securityContext: runAsUser: 65532 diff --git a/hack/addons/helm-chart-bundler/Dockerfile b/hack/addons/helm-chart-bundler/Dockerfile index eaaab3f3d..81b4f868d 100644 --- a/hack/addons/helm-chart-bundler/Dockerfile +++ b/hack/addons/helm-chart-bundler/Dockerfile @@ -1,4 +1,4 @@ -ARG MINDTHEGAP_VERSION=v1.22.1 +ARG MINDTHEGAP_VERSION=v1.24.0 FROM --platform=${BUILDPLATFORM} ghcr.io/mesosphere/mindthegap:${MINDTHEGAP_VERSION} as bundle_builder # This gets called by goreleaser so the copy source has to be the path relative to the repo root.