Skip to content

Commit

Permalink
fix(container): update image ghcr.io/siderolabs/kubelet to v1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 9536e8a commit 53522db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes/talos/clusterconfig/valhalla-frigg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ machine:
- 192.168.2.101
- 127.0.0.1
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.32.0
image: ghcr.io/siderolabs/kubelet:v1.32.1
extraMounts:
- destination: /var/openebs/local
type: bind
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/talos/clusterconfig/valhalla-odin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ machine:
- 192.168.2.101
- 127.0.0.1
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.32.0
image: ghcr.io/siderolabs/kubelet:v1.32.1
extraMounts:
- destination: /var/openebs/local
type: bind
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/talos/clusterconfig/valhalla-thor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ machine:
- 192.168.2.101
- 127.0.0.1
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.32.0
image: ghcr.io/siderolabs/kubelet:v1.32.1
extraMounts:
- destination: /var/openebs/local
type: bind
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/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.9.1
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
kubernetesVersion: v1.32.0
kubernetesVersion: v1.32.1

clusterName: "valhalla"
endpoint: https://192.168.2.101:6443
Expand Down

0 comments on commit 53522db

Please sign in to comment.