Skip to content

Commit dd9be25

Browse files
authored
Merge pull request #1542 from kube-hetzner/system-upgrade-controller-fix
Fix System Upgrade Controller
2 parents a1d5b4c + cab73bd commit dd9be25

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

locals.tf

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,6 @@ locals {
9999
}
100100
patch = file("${path.module}/kustomize/system-upgrade-controller.yaml")
101101
},
102-
{
103-
target = {
104-
group = "apps"
105-
version = "v1"
106-
kind = "Deployment"
107-
name = "system-upgrade-controller"
108-
namespace = "system-upgrade"
109-
}
110-
patch = <<-EOF
111-
- op: replace
112-
path: /spec/template/spec/containers/0/image
113-
value: rancher/system-upgrade-controller:${var.sys_upgrade_controller_version}
114-
EOF
115-
},
116102
{
117103
path = "kured.yaml"
118104
},

0 commit comments

Comments
 (0)