Skip to content

Commit

Permalink
Merge pull request #1253 from pixolution/fix-system-upgrade-control-p…
Browse files Browse the repository at this point in the history
…ermission-issue-1252

Use a specific commit of system-upgrade-controller.yaml
  • Loading branch information
mysticaltech committed Feb 29, 2024
2 parents 2f32a52 + da10c93 commit fbfa469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ locals {
[
"https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/download/${local.ccm_version}/ccm-networks.yaml",
"https://github.com/kubereboot/kured/releases/download/${local.kured_version}/kured-${local.kured_version}-dockerhub.yaml",
"https://raw.githubusercontent.com/rancher/system-upgrade-controller/master/manifests/system-upgrade-controller.yaml",
"https://raw.githubusercontent.com/rancher/system-upgrade-controller/9e7e45c1bdd528093da36be1f1f32472469005e6/manifests/system-upgrade-controller.yaml",
],
var.disable_hetzner_csi ? [] : ["hcloud-csi.yml"],
lookup(local.ingress_controller_install_resources, var.ingress_controller, []),
Expand Down

0 comments on commit fbfa469

Please sign in to comment.