Skip to content

Commit 7ee72b6

Browse files
authored
fix: Update mindthegap to fix cert rotation (#972)
**What problem does this PR solve?**: Previously, mindthegap required a restart rollout after its certificate was rotated. It will now use updated certificates without restarting. Also see https://github.com/mesosphere/mindthegap/releases/tag/v1.17.0 **Which issue(s) this PR fixes**: Fixes https://jira.nutanix.com/browse/NCN-104087 **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 3c3e894 commit 7ee72b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/addons/mindthegap-helm-registry/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG MINDTHEGAP_VERSION=v1.14.4
1+
ARG MINDTHEGAP_VERSION=v1.17.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)