You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enforcement, and installs [Helm 3](https://helm.sh/) (3.1+).
9
9
10
10
## Optional input parameters
11
11
12
-
-`k3s-version` or `k3s-channel`: Specify a K3s [version](https://github.com/rancher/k3s/releases) or [release channel](https://update.k3s.io/v1-release/channels). Versions 1.20 and later are supported. Defaults to the stable channel.
12
+
-`k3s-version` or `k3s-channel`: Specify a K3s [version](https://github.com/rancher/k3s/releases) or [release channel](https://update.k3s.io/v1-release/channels). Versions 1.24 and later are supported. Defaults to the stable channel.
13
13
-`helm-version`: Specify a Helm [version](https://github.com/helm/helm/releases). Versions 3.1 and later are supported. Defaults to the latest version.
14
14
-`metrics-enabled`: Enable or disable K3S metrics-server, `true` (default) or `false`.
15
15
-`traefik-enabled`: Enable or disable K3S Traefik ingress, `true` (default) or `false`.
@@ -20,10 +20,10 @@ enforcement, and installs [Helm 3](https://helm.sh/) (3.1+).
20
20
21
21
-`kubeconfig`: The absolute path to the kubeconfig file (`$HOME/.kube/config`).
22
22
The `KUBECONFIG` environment variable is also set by this action but may be removed in a future breaking release.
23
-
-`k3s-version`: Installed k3s version, such as v1.24.3+k3s1
24
-
-`k8s-version`: Installed k8s version, such as v1.24.3
25
-
-`calico-version`: Installed calico version, such as v3.24.0
26
-
-`helm-version`: Installed helm version, such as v3.9.3
23
+
-`k3s-version`: Installed k3s version, such as v1.29.0+k3s1
24
+
-`k8s-version`: Installed k8s version, such as v1.29.0
25
+
-`calico-version`: Installed calico version, such as v3.27.0
26
+
-`helm-version`: Installed helm version, such as v3.13.0
0 commit comments