Skip to content

Commit

Permalink
feat: upgrade to k3s v1.26.0+k3s2
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 21, 2023
1 parent 9afafc7 commit 924e165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/kubernetes/k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# (string) Use a specific version of k3s
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: "v1.26.0+k3s1"
k3s_release_version: "v1.26.0+k3s2"

# (bool) Install using hard links rather than symbolic links.
k3s_install_hard_links: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: system-upgrade
spec:
# renovate: datasource=github-releases depName=k3s-io/k3s
version: "v1.26.0+k3s1"
version: "v1.26.0+k3s2"
serviceAccountName: system-upgrade
concurrency: 1
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: system-upgrade
spec:
# renovate: datasource=github-releases depName=k3s-io/k3s
version: "v1.26.0+k3s1"
version: "v1.26.0+k3s2"
serviceAccountName: system-upgrade
concurrency: 1
cordon: true
Expand Down

0 comments on commit 924e165

Please sign in to comment.