Skip to content

Commit

Permalink
Revert "Revert "Update Kubelet group to v1.31.2 (#867)" (#1014)" (#1015)
Browse files Browse the repository at this point in the history
This reverts commit a855e56.
  • Loading branch information
TomCranitch authored Oct 26, 2024
1 parent b731e36 commit 1955b7a
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 @@ -40,7 +40,7 @@ spec:
SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: "900"
SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: "10m"
SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY: IfNotPresent
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.30.1
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.31.2
SYSTEM_UPGRADE_JOB_PRIVILEGED: true
SYSTEM_UPGRADE_CONTROLLER_NAME: *app
SYSTEM_UPGRADE_CONTROLLER_NAMESPACE:
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/utils/system-upgrade-controller/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ spec:
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
TALOS_VERSION: v1.7.4
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
KUBERNETES_VERSION: v1.30.1
KUBERNETES_VERSION: v1.31.2
2 changes: 1 addition & 1 deletion talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clusterName: homeprod
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
talosVersion: v1.7.4
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
kubernetesVersion: 1.30.1
kubernetesVersion: 1.31.2
endpoint: https://cranitch.k8s:6443
cniConfig:
name: none
Expand Down

0 comments on commit 1955b7a

Please sign in to comment.