Skip to content

Commit

Permalink
k3s and gvisor version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rlex committed Dec 22, 2023
1 parent 8f7d0b5 commit 8a12795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
k3s_version: v1.28.4+k3s2
k3s_version: v1.29.0+k3s1
k3s_systemd_dir: /etc/systemd/system
k3s_master_ip: "{{ hostvars[groups[k3s_master_group][0]]['ansible_host'] | default(groups[k3s_master_group][0]) }}"
k3s_master_port: 6443
Expand Down Expand Up @@ -33,7 +33,7 @@ k3s_gvisor_platform: systrap
k3s_gvisor_create_runtimeclass: true
k3s_gvisor_config: {}
# https://github.com/google/gvisor/tags
k3s_gvisor_version: 20231204
k3s_gvisor_version: 20231218
k3s_sysctl_config: {}
k3s_registries: ""
k3s_kubeconfig: false
Expand Down

0 comments on commit 8a12795

Please sign in to comment.