Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Nov 1, 2024
1 parent 91815cb commit e3a924e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/system-upgrade-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e3a924e

Please sign in to comment.