Rebase node templates;Switch to linked clones;Rename dictionary;Add debugging
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -77,13 +77,16 @@ components:
|
||||
# installCRDs: true
|
||||
|
||||
clusterapi:
|
||||
manifest:
|
||||
management:
|
||||
version:
|
||||
# Must match the version referenced at `dependencies.static_binaries[.filename==clusterctl].url`
|
||||
base: v1.2.4
|
||||
# Must match the version referenced at `components.cert-manager.helm.version`
|
||||
cert_manager: v1.9.1
|
||||
infrastructure_vsphere: v1.3.5
|
||||
workload:
|
||||
version:
|
||||
k8s: v1.23.5
|
||||
|
||||
gitea:
|
||||
helm:
|
||||
|
@ -1,7 +1,8 @@
|
||||
downstream:
|
||||
|
||||
node_templates:
|
||||
prefix: NodeTmpl_
|
||||
prefix: ClusterAPITemplate_
|
||||
images:
|
||||
- url: https://stable.release.flatcar-linux.net/amd64-usr/3227.2.0/flatcar_production_vmware_ova.ova
|
||||
name: flatcar.ova
|
||||
# Refer to `https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/v1.3.5/README.md#kubernetes-versions-with-published-ovas` for a list of supported node templates
|
||||
- url: https://storage.googleapis.com/capv-images/release/v1.23.5/ubuntu-2004-kube-v1.23.5.ova
|
||||
name: ubuntu-2004-kube-v1.23.5.ova
|
||||
|
Reference in New Issue
Block a user