Reenable key;Upgrade ClusterAPI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-12-01 13:45:37 +01:00
parent 96ee96b470
commit f3224416cb
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
- name: Create snapshot on deployed VM's
community.vmware.vmware_guest_snapshot:
# folder: "{{ vcenter_info.folder }}"
folder: "{{ vcenter_info.folder }}"
name: "{{ item.instance.hw_name }}"
state: present
snapshot_name: "{{ ansible_date_time.iso8601_basic_short }}-base"

View File

@ -83,7 +83,7 @@ components:
management:
version:
# Must match the version referenced at `dependencies.static_binaries[.filename==clusterctl].url`
base: v1.2.6
base: v1.3.0
# Must match the version referenced at `components.cert-manager.helm.version`
cert_manager: v1.10.1
infrastructure_vsphere: v1.5.0
@ -222,7 +222,7 @@ dependencies:
static_binaries:
- filename: clusterctl
url: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.6/clusterctl-linux-amd64
url: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.0/clusterctl-linux-amd64
- filename: govc
url: https://github.com/vmware/govmomi/releases/download/v0.29.0/govc_Linux_x86_64.tar.gz
archive: compressed