Skip to content

Commit 158fd5d

Browse files
Bump CAAPF to v0.10.0 (rancher#1398)
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
1 parent bb31292 commit 158fd5d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

internal/controllers/clusterctl/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ data:
4949
5050
# Addon providers
5151
- name: "fleet"
52-
url: "https://github.com/rancher/cluster-api-addon-provider-fleet/releases/v0.9.0/addon-components.yaml"
52+
url: "https://github.com/rancher/cluster-api-addon-provider-fleet/releases/v0.10.0/addon-components.yaml"
5353
type: "AddonProvider"
5454
5555
# Image overrides

internal/controllers/clusterctl/config_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ data:
9999
{
100100
Name: "fleet",
101101
Type: "AddonProvider",
102-
URL: "https://github.com/rancher/cluster-api-addon-provider-fleet/releases/v0.4.0/addon-components.yaml",
102+
URL: "https://github.com/rancher/cluster-api-addon-provider-fleet/releases/v0.10.0/addon-components.yaml",
103103
},
104104
},
105105
Images: []v1alpha1.Image{
@@ -153,7 +153,7 @@ data:
153153
Expect(configRepo.Providers).To(ContainElement(v1alpha1.Provider{
154154
Name: "fleet",
155155
Type: "AddonProvider",
156-
URL: "https://github.com/rancher/cluster-api-addon-provider-fleet/releases/v0.4.0/addon-components.yaml",
156+
URL: "https://github.com/rancher/cluster-api-addon-provider-fleet/releases/v0.10.0/addon-components.yaml",
157157
}))
158158
})
159159
})

0 commit comments

Comments
 (0)