File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/cluster-api-runtime-extensions-nutanix
hack/addons/helm-chart-bundler Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ` | |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- ARG MINDTHEGAP_VERSION=v1.22.1
1+ ARG MINDTHEGAP_VERSION=v1.24.0
22
33FROM --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.
You can’t perform that action at this time.
0 commit comments