Skip to content

Commit ab99347

Browse files
committed
Update system-upgrade-controller URLs to version v0.18.0
1 parent ba0e982 commit ab99347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/configuration/models/addons_config/system_upgrade_controller.cr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)