-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
Before this patch always version v0.8.0 would be deployed when using the kustomize command from the README. This patch adjust the kustomization to not overwrite the version. The build process is unaffected from this, since during the build script the kustomize file is adjusted to adjust the version to the current release. This means the build manifests for release will still have a pinned version like before. Reference: https://github.com/rancher/system-upgrade-controller/blob/4eacc2dabbde943ee59dc7819ea0a04909b05b0f/scripts/package-controller#L36
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ spec: | |
effect: "NoExecute" | ||
containers: | ||
- name: system-upgrade-controller | ||
image: rancher/system-upgrade-controller:v0.11.0 | ||
image: rancher/system-upgrade-controller:latest | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
brandond
Member
|
||
imagePullPolicy: IfNotPresent | ||
securityContext: | ||
runAsNonRoot: true | ||
|
latest
tag does not exist in Docker Hub - https://hub.docker.com/r/rancher/system-upgrade-controller/tags