From f7f79ff18733b3c67ef0860db635abcf2391430f Mon Sep 17 00:00:00 2001 From: onno204 <15333546+onno204@users.noreply.github.com> Date: Thu, 26 Sep 2024 04:25:49 +0200 Subject: [PATCH] Revert "fix(kustomize): Deploy latest system-upgrade-controller" (#304) * Revert "fix(kustomize): Deploy latest system-upgrade-controller" This reverts commit 4e31e5d6a0926df9f370a06c9ea3250ee1e088b1. * Apply suggestions from code review Co-authored-by: Brad Davidson <brad@oatmail.org> --- kustomization.yaml | 3 +++ manifests/system-upgrade-controller.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/kustomization.yaml b/kustomization.yaml index 57eb211a..38e2ab1f 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,3 +5,6 @@ resources: - manifests/clusterrole.yaml - manifests/clusterrolebinding.yaml - manifests/system-upgrade-controller.yaml +images: +- name: rancher/system-upgrade-controller + newTag: v0.14.0 diff --git a/manifests/system-upgrade-controller.yaml b/manifests/system-upgrade-controller.yaml index 850fd3de..955f5497 100644 --- a/manifests/system-upgrade-controller.yaml +++ b/manifests/system-upgrade-controller.yaml @@ -66,7 +66,7 @@ spec: effect: "NoExecute" containers: - name: system-upgrade-controller - image: rancher/system-upgrade-controller:latest + image: rancher/system-upgrade-controller:v0.14.0 imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true -- GitLab