Skip to content

Commit bdf8bb2

Browse files
Update k3s to v1.31.2+k3s1 (#683)
Co-authored-by: mkjpryor <[email protected]>
1 parent 43884aa commit bdf8bb2

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.31.1+k3s1
4+
k3s_version: v1.31.2+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) | first | split | first }}"

0 commit comments

Comments
 (0)