Skip to content

Commit fbfa469

Browse files
authored
Merge pull request #1253 from pixolution/fix-system-upgrade-control-permission-issue-1252
Use a specific commit of system-upgrade-controller.yaml
2 parents 2f32a52 + da10c93 commit fbfa469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ locals {
7777
[
7878
"https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/download/${local.ccm_version}/ccm-networks.yaml",
7979
"https://github.com/kubereboot/kured/releases/download/${local.kured_version}/kured-${local.kured_version}-dockerhub.yaml",
80-
"https://raw.githubusercontent.com/rancher/system-upgrade-controller/master/manifests/system-upgrade-controller.yaml",
80+
"https://raw.githubusercontent.com/rancher/system-upgrade-controller/9e7e45c1bdd528093da36be1f1f32472469005e6/manifests/system-upgrade-controller.yaml",
8181
],
8282
var.disable_hetzner_csi ? [] : ["hcloud-csi.yml"],
8383
lookup(local.ingress_controller_install_resources, var.ingress_controller, []),

0 commit comments

Comments
 (0)