Skip to content

Commit

Permalink
Upgrade version in clusterctl configs
Browse files Browse the repository at this point in the history
  • Loading branch information
HomayoonAlimohammadi committed Nov 5, 2024
1 parent d65af9e commit 9808cc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/e2e/config/ck8s-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ providers:
# ${ProjectRoot}/metadata.yaml to init the management cluster
# this version should be updated when ${ProjectRoot}/metadata.yaml
# is modified
- name: v0.1.99 # next; use manifest from source files
- name: v0.2.99 # next; use manifest from source files
value: "../../../bootstrap/config/default"
replacements:
- old: "ghcr.io/canonical/cluster-api-k8s/bootstrap-controller:latest"
Expand All @@ -71,7 +71,7 @@ providers:
- name: ck8s
type: ControlPlaneProvider
versions:
- name: v0.1.99 # next; use manifest from source files
- name: v0.2.99 # next; use manifest from source files
value: "../../../controlplane/config/default"
replacements:
- old: "ghcr.io/canonical/cluster-api-k8s/controlplane-controller:latest"
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/config/ck8s-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ providers:
# ${ProjectRoot}/metadata.yaml to init the management cluster
# this version should be updated when ${ProjectRoot}/metadata.yaml
# is modified
- name: v0.1.99 # next; use manifest from source files
- name: v0.2.99 # next; use manifest from source files
value: "../../../bootstrap/config/default"
replacements:
- old: "ghcr.io/canonical/cluster-api-k8s/bootstrap-controller:latest"
Expand All @@ -74,7 +74,7 @@ providers:
- name: ck8s
type: ControlPlaneProvider
versions:
- name: v0.1.99 # next; use manifest from source files
- name: v0.2.99 # next; use manifest from source files
value: "../../../controlplane/config/default"
replacements:
- old: "ghcr.io/canonical/cluster-api-k8s/controlplane-controller:latest"
Expand Down

0 comments on commit 9808cc1

Please # to comment.