File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ locals {
76
76
[
77
77
" https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/download/${ local . ccm_version } /ccm-networks.yaml" ,
78
78
" 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"
80
81
],
81
82
var. disable_hetzner_csi ? [] : [" hcloud-csi.yaml" ],
82
83
lookup (local. ingress_controller_install_resources , var. ingress_controller , []),
You can’t perform that action at this time.
0 commit comments