Skip to content

Commit bc8bc1d

Browse files
authored
Merge pull request #1529 from kube-hetzner/add-missing-crds
New system upgrade controller manifest
2 parents 9ff499c + 24c3ac8 commit bc8bc1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

locals.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ locals {
7676
[
7777
"https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/download/${local.ccm_version}/ccm-networks.yaml",
7878
"https://github.com/kubereboot/kured/releases/download/${local.kured_version}/kured-${local.kured_version}-dockerhub.yaml",
79-
"https://github.com/rancher/system-upgrade-controller/releases/download/${var.sys_upgrade_controller_version}/system-upgrade-controller.yaml"
79+
"https://github.com/rancher/system-upgrade-controller/releases/download/${var.sys_upgrade_controller_version}/system-upgrade-controller.yaml",
80+
"https://github.com/rancher/system-upgrade-controller/releases/download/${var.sys_upgrade_controller_version}/crd.yaml"
8081
],
8182
var.disable_hetzner_csi ? [] : ["hcloud-csi.yaml"],
8283
lookup(local.ingress_controller_install_resources, var.ingress_controller, []),

0 commit comments

Comments
 (0)