Use latest instead of tag in Automated Upgrades

This commit is contained in:
Mario Vejlupek
2021-06-13 22:31:44 +02:00
committed by GitHub
parent c2f6275a6c
commit a5df65d974
@@ -33,7 +33,7 @@ To automate upgrades in this manner you must:
### Install the system-upgrade-controller ### Install the system-upgrade-controller
The system-upgrade-controller can be installed as a deployment into your cluster. The deployment requires a service-account, clusterRoleBinding, and a configmap. To install these components, run the following command: The system-upgrade-controller can be installed as a deployment into your cluster. The deployment requires a service-account, clusterRoleBinding, and a configmap. To install these components, run the following command:
``` ```
kubectl apply -f https://github.com/rancher/system-upgrade-controller/releases/download/v0.6.2/system-upgrade-controller.yaml kubectl apply -f https://github.com/rancher/system-upgrade-controller/releases/latest/download/system-upgrade-controller.yaml
``` ```
The controller can be configured and customized via the previously mentioned configmap, but the controller must be redeployed for the changes to be applied. The controller can be configured and customized via the previously mentioned configmap, but the controller must be redeployed for the changes to be applied.