Skip to content

Commit

Permalink
Merge pull request #62 from jalim/renovate/ghcr.io-siderolabs-kubelet…
Browse files Browse the repository at this point in the history
…-1.x

fix(container): update image ghcr.io/siderolabs/kubelet to v1.29.3
  • Loading branch information
jalim authored Mar 24, 2024
2 parents d117f66 + 4a7a710 commit 4261da7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .taskfiles/Talos/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vars:
TALOS_VERSION: v1.6.5
TALOS_SCHEMATIC_ID: 76d744fe4579923f39f364e8975d0886f86efe0ca30dcb74d92f16a5ee1ab2fd
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
KUBERNETES_VERSION: v1.29.2
KUBERNETES_VERSION: v1.29.3
TALOS_SCRIPTS_DIR: "{{.ROOT_DIR}}/.taskfiles/Talos/scripts"

tasks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
TALOS_VERSION: v1.6.6
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
KUBERNETES_VERSION: v1.29.2
KUBERNETES_VERSION: v1.29.3
2 changes: 1 addition & 1 deletion kubernetes/main/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.6.5
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
kubernetesVersion: v1.29.2
kubernetesVersion: v1.29.3

clusterName: &cluster home-kubernetes
endpoint: https://10.88.0.20:6443
Expand Down

0 comments on commit 4261da7

Please sign in to comment.