Skip to content

Commit

Permalink
test(e2e): Upgrade CAAPH to latest v0.2
Browse files Browse the repository at this point in the history
Includes fix for moving clusters as part of self-managed test.
  • Loading branch information
jimmidyson committed Apr 11, 2024
1 parent 98a8d09 commit d1f597b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/e2e/config/caren.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ providers:
- name: helm
type: AddonProvider
versions:
- name: "{go://sigs.k8s.io/cluster-api-addon-provider-helm@latest-v0.1}"
value: "https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/{go://sigs.k8s.io/cluster-api-addon-provider-helm@latest-v0.1}/addon-components.yaml"
- name: "{go://sigs.k8s.io/cluster-api-addon-provider-helm@latest-v0.2}"
value: "https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/{go://sigs.k8s.io/cluster-api-addon-provider-helm@latest-v0.2}/addon-components.yaml"
type: "url"
contract: v1beta1
files:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/data/shared/v1beta1-caaph/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
releaseSeries:
- major: 0
minor: 1
minor: 2
contract: v1beta1

0 comments on commit d1f597b

Please sign in to comment.