feat: added install kubectl and helm
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user