We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541791f commit 7287f42Copy full SHA for 7287f42
roles/k3s/defaults/main.yml
@@ -1,7 +1,7 @@
1
---
2
3
k3s_repo: https://github.com/k3s-io/k3s
4
-k3s_version: v1.31.13+k3s1
+k3s_version: v1.34.1+k3s1
5
k3s_binary_url: "{{ k3s_repo }}/releases/download/{{ k3s_version }}/k3s"
6
k3s_binary_checksum_url: "{{ k3s_repo }}/releases/download/{{ k3s_version }}/sha256sum-amd64.txt"
7
k3s_binary_checksum: "sha256:{{ lookup('url', k3s_binary_checksum_url, wantlist=True) | select('match', '.+k3s$') | first | split | first }}"
0 commit comments