chore: Remove redundant node template injection task
Container & Helm chart / Linting (push) Successful in 6s Details
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 1m12s Details
Container & Helm chart / Kubernetes Bootstrap Appliance (push) Successful in 31m55s Details

This commit is contained in:
Danny Bessems 2024-06-12 22:10:38 +10:00
parent 066ec9a967
commit 9cbb84a0f3
3 changed files with 2 additions and 7 deletions

View File

@ -29,4 +29,3 @@
- import_tasks: manifests.yml
- import_tasks: kubeadm.yml
- import_tasks: containerimages.yml
- import_tasks: nodetemplates.yml

View File

@ -1,4 +0,0 @@
- name: Download node-template image
ansible.builtin.uri:
url: "{{ components.clusterapi.workload.node_template.url }}"
dest: /opt/workloadcluster/node-templates/{{ components.clusterapi.workload.node_template.url | basename}}

View File

@ -122,8 +122,8 @@ components:
calico: v3.27.3
k8s: v1.30.1
node_template:
# url: https://{{ repo_username }}:{{ repo_password }}@sn.itch.fyi/Repository/rel/ubuntu-2204-kube-v1.27.1.ova
url: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/download/templates%2Fv1.30.0/ubuntu-2204-kube-v1.30.0.ova
# Not used anymore; should be uploaded to hypervisor manually!
# https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/download/templates%2Fv1.30.0/
dex:
helm: