Skip to content

Commit

Permalink
Merge pull request #1542 from kube-hetzner/system-upgrade-controller-fix
Browse files Browse the repository at this point in the history
Fix System Upgrade Controller
  • Loading branch information
mysticaltech authored Nov 10, 2024
2 parents a1d5b4c + cab73bd commit dd9be25
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,6 @@ locals {
}
patch = file("${path.module}/kustomize/system-upgrade-controller.yaml")
},
{
target = {
group = "apps"
version = "v1"
kind = "Deployment"
name = "system-upgrade-controller"
namespace = "system-upgrade"
}
patch = <<-EOF
- op: replace
path: /spec/template/spec/containers/0/image
value: rancher/system-upgrade-controller:${var.sys_upgrade_controller_version}
EOF
},
{
path = "kured.yaml"
},
Expand Down

0 comments on commit dd9be25

Please sign in to comment.