diff --git a/manifests/system-upgrade-controller.yaml b/manifests/system-upgrade-controller.yaml index 2638b8c6..2235af9d 100644 --- a/manifests/system-upgrade-controller.yaml +++ b/manifests/system-upgrade-controller.yaml @@ -17,7 +17,7 @@ metadata: name: default-controller-env namespace: system-upgrade data: - SYSTEM_UPGRADE_CONTROLLER_DEBUG: "false" + SYSTEM_UPGRADE_CONTROLLER_DEBUG: "true" SYSTEM_UPGRADE_CONTROLLER_THREADS: "2" SYSTEM_UPGRADE_CONTROLLER_LEADER_ELECT: "true" SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS: "900" @@ -82,7 +82,7 @@ spec: effect: "NoExecute" containers: - name: system-upgrade-controller - image: rancher/system-upgrade-controller:v0.14.0 + image: brandond/system-upgrade-controller:latest imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true