Skip to content

Commit f7f79ff

Browse files
onno204brandond
andauthoredSep 26, 2024
Revert "fix(kustomize): Deploy latest system-upgrade-controller" (rancher#304)
* Revert "fix(kustomize): Deploy latest system-upgrade-controller" This reverts commit 4e31e5d. * Apply suggestions from code review Co-authored-by: Brad Davidson <[email protected]>
1 parent 73165b9 commit f7f79ff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎kustomization.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ resources:
55
- manifests/clusterrole.yaml
66
- manifests/clusterrolebinding.yaml
77
- manifests/system-upgrade-controller.yaml
8+
images:
9+
- name: rancher/system-upgrade-controller
10+
newTag: v0.14.0

‎manifests/system-upgrade-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
effect: "NoExecute"
6767
containers:
6868
- name: system-upgrade-controller
69-
image: rancher/system-upgrade-controller:latest
69+
image: rancher/system-upgrade-controller:v0.14.0
7070
imagePullPolicy: IfNotPresent
7171
securityContext:
7272
runAsNonRoot: true

0 commit comments

Comments
 (0)
Please sign in to comment.