Skip to content

Commit

Permalink
Bump K3s to v1.27.3+k3s1.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Jul 28, 2023
1 parent 29962a1 commit 1757524
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ all:
## If you want to use a load balancer for the K3s masters, put its URL here. Otherwise, don't touch:
#k3s_url: null
## https://github.com/rancher/k3s/releases :
#k3s_version: v1.27.1+k3s1
#k3s_version: v1.27.3+k3s1
#locale: en_US.UTF-8
#no_proxy: 127.0.0.1/8,.local,localhost
#proxy_url: http://10.0.0.1:3128/
Expand Down
2 changes: 1 addition & 1 deletion roles/k3s-agent-up/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ k3s_build_dir: '{{ playbook_dir }}/build/k3s'
# Should be set by querying the cluster
k3s_installed_version: ""
# https://github.com/rancher/k3s/releases :
k3s_version: v1.27.1+k3s1
k3s_version: v1.27.3+k3s1
proxy_url: ""
2 changes: 1 addition & 1 deletion roles/k3s-server-up/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ k3s_installed_version: ""
# If you want to use a load balancer for the K3s server nodes, put its URL here. Otherwise, don't touch:
k3s_url: ""
# https://github.com/rancher/k3s/releases :
k3s_version: v1.27.1+k3s1
k3s_version: v1.27.3+k3s1
proxy_url: ""

0 comments on commit 1757524

Please sign in to comment.