File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/configuration/models/addons_config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ module Configuration
66 include YAML ::Serializable ::Unmapped
77
88 getter enabled : Bool
9- getter deployment_manifest_url : String = " https://github.com/rancher/system-upgrade-controller/releases/download/v0.16 .0/system-upgrade-controller.yaml"
10- getter crd_manifest_url : String = " https://github.com/rancher/system-upgrade-controller/releases/download/v0.16 .0/crd.yaml"
9+ getter deployment_manifest_url : String = " https://github.com/rancher/system-upgrade-controller/releases/download/v0.18 .0/system-upgrade-controller.yaml"
10+ getter crd_manifest_url : String = " https://github.com/rancher/system-upgrade-controller/releases/download/v0.18 .0/crd.yaml"
1111
1212 def initialize (@enabled : Bool = true )
1313 end
You can’t perform that action at this time.
0 commit comments