Skip to content

Commit 56a3a15

Browse files
JohnGarbuttgithub-actions[bot]
authored andcommitted
Update k3s to v1.33.4+k3s1
1 parent c1fb8a2 commit 56a3a15

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.1+k3s1
4+
k3s_version: v1.33.4+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)