Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/cluster-api-runtime-extensions-nutanix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-api-runtime-extensions-nutanix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hack/addons/helm-chart-bundler/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down