Skip to content

Commit

Permalink
fix: bump provider versions to 1.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
  • Loading branch information
cprivitere committed Jun 12, 2024
1 parent 96cc471 commit a676ca2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/e2e/config/packet-ci-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ providers:
- name: cluster-api
type: CoreProvider
versions:
- name: v1.6.0 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/core-components.yaml"
- name: v1.7.3 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/core-components.yaml"
type: "url"
contract: v1beta1
replacements:
Expand All @@ -26,8 +26,8 @@ providers:
- name: kubeadm
type: BootstrapProvider
versions:
- name: v1.6.0 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/bootstrap-components.yaml"
- name: v1.7.3 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/bootstrap-components.yaml"
type: "url"
contract: v1beta1
replacements:
Expand All @@ -39,8 +39,8 @@ providers:
- name: kubeadm
type: ControlPlaneProvider
versions:
- name: v1.6.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/control-plane-components.yaml"
- name: v1.7.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/control-plane-components.yaml"
type: "url"
contract: v1beta1
replacements:
Expand Down

0 comments on commit a676ca2

Please sign in to comment.