Skip to content

Commit

Permalink
Update k3s to v1.30.4+k3s1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored and github-actions[bot] committed Aug 24, 2024
1 parent e85686d commit 673fd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/k3s/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

k3s_repo: https://github.com/k3s-io/k3s
k3s_version: v1.30.2+k3s1
k3s_version: v1.30.4+k3s1
k3s_binary_url: "{{ k3s_repo }}/releases/download/{{ k3s_version }}/k3s"
k3s_binary_checksum_url: "{{ k3s_repo }}/releases/download/{{ k3s_version }}/sha256sum-amd64.txt"
k3s_binary_checksum: "sha256:{{ lookup('url', k3s_binary_checksum_url, wantlist = True) | first | split | first }}"
Expand Down

0 comments on commit 673fd7a

Please sign in to comment.