Skip to content

Commit

Permalink
Update k3s to v1.30.0+k3s1 (#514)
Browse files Browse the repository at this point in the history
Co-authored-by: mkjpryor <642657+mkjpryor@users.noreply.github.com>
  • Loading branch information
azimuth-ci-bot[bot] and mkjpryor authored Jun 12, 2024
1 parent ac647f4 commit d2b6046
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.29.4+k3s1
k3s_version: v1.30.0+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 d2b6046

Please sign in to comment.