From 7870ef8cf036b0b41525625bc9e46f7678c04bdf Mon Sep 17 00:00:00 2001 From: djpbessems Date: Sat, 8 Jun 2024 21:57:45 +1000 Subject: [PATCH] chore: Rebase node-template --- .gitea/workflows/actions.yaml | 2 +- ansible/vars/metacluster.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index c1bb267..f27d469 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -67,7 +67,7 @@ jobs: id: get_k8sversion with: cmd: yq '.components.clusterapi.workload.version.k8s' ansible/vars/metacluster.yml - - name: Setup `packer` + - name: Set up packer uses: hashicorp/setup-packer@main id: setup with: diff --git a/ansible/vars/metacluster.yml b/ansible/vars/metacluster.yml index f26674a..ad61897 100644 --- a/ansible/vars/metacluster.yml +++ b/ansible/vars/metacluster.yml @@ -1,6 +1,7 @@ platform: k3s: + # version: v1.30.0+k3s1 version: v1.27.1+k3s1 packaged_components: @@ -101,7 +102,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://{{ 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 dex: helm: