Skip to content

Commit

Permalink
Update dependency k3s-io/k3s to v1.28.3+k3s2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent 120a5bc commit 6e0c121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/cluster/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apt_packages:
#
# (string) Use a specific version of k3s
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: "v1.28.2+k3s1"
k3s_release_version: "v1.28.3+k3s2"
# (bool) Install using hard links rather than symbolic links.
k3s_install_hard_links: true
# (bool) Escalate user privileges for all tasks
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/system-upgrade/plan-master.yaml
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.28.2+k3s1"
version: "v1.28.3+k3s2"
serviceAccountName: system-upgrade
concurrency: 1
cordon: true
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/system-upgrade/plan-worker.yaml
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.28.2+k3s1"
version: "v1.28.3+k3s2"
serviceAccountName: system-upgrade
concurrency: 1
cordon: true
Expand Down

0 comments on commit 6e0c121

Please sign in to comment.