diff --git a/ansible/group_vars/cluster/vars.yml b/ansible/group_vars/cluster/vars.yml index 0c4b7dc3..eb31331e 100644 --- a/ansible/group_vars/cluster/vars.yml +++ b/ansible/group_vars/cluster/vars.yml @@ -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.29.0+k3s1" # (bool) Install using hard links rather than symbolic links. k3s_install_hard_links: true # (bool) Escalate user privileges for all tasks diff --git a/cluster/core/system-upgrade/plan-master.yaml b/cluster/core/system-upgrade/plan-master.yaml index 358330d0..90daa01f 100644 --- a/cluster/core/system-upgrade/plan-master.yaml +++ b/cluster/core/system-upgrade/plan-master.yaml @@ -6,7 +6,7 @@ metadata: namespace: system-upgrade spec: # renovate: datasource=github-releases depName=k3s-io/k3s - version: "v1.28.2+k3s1" + version: "v1.29.0+k3s1" serviceAccountName: system-upgrade concurrency: 1 cordon: true diff --git a/cluster/core/system-upgrade/plan-worker.yaml b/cluster/core/system-upgrade/plan-worker.yaml index 46272765..1cb5101f 100644 --- a/cluster/core/system-upgrade/plan-worker.yaml +++ b/cluster/core/system-upgrade/plan-worker.yaml @@ -6,7 +6,7 @@ metadata: namespace: system-upgrade spec: # renovate: datasource=github-releases depName=k3s-io/k3s - version: "v1.28.2+k3s1" + version: "v1.29.0+k3s1" serviceAccountName: system-upgrade concurrency: 1 cordon: true