feat: added install kubectl and helm

This commit is contained in:
2024-02-26 11:20:30 +00:00
parent 00e4f7e5ab
commit f3ae6b8b9f
6 changed files with 68 additions and 6 deletions

View File

@@ -8,3 +8,11 @@ k3s_datastore_endpoint: ""
k3s_token: ""
k3s_kubeconfig_mode: "600"
k3s_version: "v1.28.3+k3s2"
k3s_kubectl_force_update: false
k3s_kubectl_version: "v1.28.3"
k3s_kubectl_url: "https://dl.k8s.io/release/{{ k3s_kubectl_version }}/bin/linux/amd64/kubectl"
k3s_helm_force_update: false
k3s_helm_version: "v3.13.1"
k3s_helm_url: "https://github.com/helm/helm/releases/download/{{ k3s_helm_version }}/helm-{{ k3s_helm_version }}-linux-amd64.tar.gz"