From 71e9f9fff0db7435a72383ec6a0b84861a14e0d9 Mon Sep 17 00:00:00 2001 From: Daniel Lipovetsky Date: Fri, 24 Jan 2025 16:34:22 -0800 Subject: [PATCH] fix: Use mindthegap v1.17.0 for the helm-repository container (#1024) **What problem does this PR solve?**: The helm-repository container is defaulting to the wrong mindthegap version, one that is missing an [important fix](https://github.com/mesosphere/mindthegap/pull/805). **Which issue(s) this PR fixes**: Fixes https://jira.nutanix.com/browse/NCN-104087 **How Has This Been Tested?**: **Special notes for your reviewer**: --- charts/cluster-api-runtime-extensions-nutanix/README.md | 2 +- charts/cluster-api-runtime-extensions-nutanix/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cluster-api-runtime-extensions-nutanix/README.md b/charts/cluster-api-runtime-extensions-nutanix/README.md index ecef044ce..d0d2b766f 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/README.md +++ b/charts/cluster-api-runtime-extensions-nutanix/README.md @@ -38,7 +38,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.16.0"` | | +| helmRepository.images.mindthegap.tag | string | `"v1.17.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 e1292e1ed..7d178c984 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/values.yaml +++ b/charts/cluster-api-runtime-extensions-nutanix/values.yaml @@ -139,7 +139,7 @@ helmRepository: pullPolicy: IfNotPresent mindthegap: repository: ghcr.io/mesosphere/mindthegap - tag: "v1.16.0" + tag: "v1.17.0" pullPolicy: IfNotPresent securityContext: runAsUser: 65532