Skip to content

Commit f496b59

Browse files
mkjpryorgithub-actions[bot]
authored andcommitted
Update k3s to v1.34.1+k3s1
1 parent cbc3733 commit f496b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/k3s/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
k3s_repo: https://github.com/k3s-io/k3s
4-
k3s_version: v1.33.5+k3s1
4+
k3s_version: v1.34.1+k3s1
55
k3s_binary_url: "{{ k3s_repo }}/releases/download/{{ k3s_version }}/k3s"
66
k3s_binary_checksum_url: "{{ k3s_repo }}/releases/download/{{ k3s_version }}/sha256sum-amd64.txt"
77
k3s_binary_checksum: "sha256:{{ lookup('url', k3s_binary_checksum_url, wantlist=True) | select('match', '.+k3s$') | first | split | first }}"

0 commit comments

Comments
 (0)