Reenable key;Upgrade ClusterAPI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
96ee96b470
commit
f3224416cb
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
- name: Create snapshot on deployed VM's
|
- name: Create snapshot on deployed VM's
|
||||||
community.vmware.vmware_guest_snapshot:
|
community.vmware.vmware_guest_snapshot:
|
||||||
# folder: "{{ vcenter_info.folder }}"
|
folder: "{{ vcenter_info.folder }}"
|
||||||
name: "{{ item.instance.hw_name }}"
|
name: "{{ item.instance.hw_name }}"
|
||||||
state: present
|
state: present
|
||||||
snapshot_name: "{{ ansible_date_time.iso8601_basic_short }}-base"
|
snapshot_name: "{{ ansible_date_time.iso8601_basic_short }}-base"
|
||||||
|
@ -83,7 +83,7 @@ components:
|
|||||||
management:
|
management:
|
||||||
version:
|
version:
|
||||||
# Must match the version referenced at `dependencies.static_binaries[.filename==clusterctl].url`
|
# 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`
|
# Must match the version referenced at `components.cert-manager.helm.version`
|
||||||
cert_manager: v1.10.1
|
cert_manager: v1.10.1
|
||||||
infrastructure_vsphere: v1.5.0
|
infrastructure_vsphere: v1.5.0
|
||||||
@ -222,7 +222,7 @@ dependencies:
|
|||||||
|
|
||||||
static_binaries:
|
static_binaries:
|
||||||
- filename: clusterctl
|
- 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
|
- filename: govc
|
||||||
url: https://github.com/vmware/govmomi/releases/download/v0.29.0/govc_Linux_x86_64.tar.gz
|
url: https://github.com/vmware/govmomi/releases/download/v0.29.0/govc_Linux_x86_64.tar.gz
|
||||||
archive: compressed
|
archive: compressed
|
||||||
|
Loading…
Reference in New Issue
Block a user