Skip to content

Commit

Permalink
chore(deps): update dependency k3s-io/k3s to v1.31.2+k3s1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 05f7a79 commit 2277b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
serviceAccountName: system-upgrade
concurrency: 1
# renovate: datasource=github-releases depName=k3s-io/k3s
version: "v1.24.3+k3s1"
version: "v1.31.2+k3s1"
nodeSelector:
matchExpressions:
- key: node-role.kubernetes.io/master
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
serviceAccountName: system-upgrade
concurrency: 1
# renovate: datasource=github-releases depName=k3s-io/k3s
version: "v1.24.3+k3s1"
version: "v1.31.2+k3s1"
cordon: true
nodeSelector:
matchExpressions:
Expand Down
2 changes: 1 addition & 1 deletion provision/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.24.3+k3s1"
k3s_release_version: "v1.31.2+k3s1"

# (bool) Install using hard links rather than symbolic links.
k3s_install_hard_links: true
Expand Down

0 comments on commit 2277b32

Please sign in to comment.