Skip to content

Commit

Permalink
fix(container): update kubernetes group ( v1.31.2 → v1.31.4 ) (patch) (
Browse files Browse the repository at this point in the history
…#183)

Co-authored-by: botty-white[bot] <181132496+botty-white[bot]@users.noreply.github.com>
  • Loading branch information
botty-white[bot] authored Dec 21, 2024
1 parent 657a440 commit 366d9c0
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 @@ -37,7 +37,7 @@ spec:
SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS: 900
SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT: 99
SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY: IfNotPresent
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.31.2
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: registry.k8s.io/kubectl:v1.31.4
SYSTEM_UPGRADE_JOB_PRIVILEGED: true
SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: 900
SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: 15m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ spec:
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
TALOS_VERSION: v1.8.2
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
KUBERNETES_VERSION: v1.31.2
KUBERNETES_VERSION: v1.31.4
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
talosVersion: v1.8.2
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
kubernetesVersion: v1.31.2
kubernetesVersion: v1.31.4

clusterName: "jupiter"
endpoint: https://10.2.3.1:6443
Expand Down

0 comments on commit 366d9c0

Please sign in to comment.