We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db86e24 commit 4e31e5dCopy full SHA for 4e31e5d
kustomization.yaml
@@ -5,6 +5,3 @@ resources:
5
- manifests/clusterrole.yaml
6
- manifests/clusterrolebinding.yaml
7
- manifests/system-upgrade-controller.yaml
8
-images:
9
-- name: rancher/system-upgrade-controller
10
- newTag: v0.8.0
manifests/system-upgrade-controller.yaml
@@ -66,7 +66,7 @@ spec:
66
effect: "NoExecute"
67
containers:
68
- name: system-upgrade-controller
69
- image: rancher/system-upgrade-controller:v0.11.0
+ image: rancher/system-upgrade-controller:latest
70
imagePullPolicy: IfNotPresent
71
securityContext:
72
runAsNonRoot: true
0 commit comments