Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix(docker-image): update ghcr.io/siderolabs/kubelet docker tag to v1…
Browse files Browse the repository at this point in the history
….29.1 (#3645)

| datasource | package                    | from    | to      |
| ---------- | -------------------------- | ------- | ------- |
| docker     | ghcr.io/siderolabs/kubelet | v1.29.0 | v1.29.1 |

Co-authored-by: Trux-Bot <19149206+trux-bot[bot]@users.noreply.github.com>
  • Loading branch information
trux-bot[bot] and Trux-Bot authored Jan 25, 2024
1 parent edd1d10 commit d38b511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/talos/hegira/controlplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ machine:
# Used to provide additional options to the kubelet.
kubelet:
# renovate: docker-image
image: ghcr.io/siderolabs/kubelet:v1.29.0
image: ghcr.io/siderolabs/kubelet:v1.29.1

# # The `image` field is an optional reference to an alternative kubelet image.

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/talos/hegira/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ machine:
# Used to provide additional options to the kubelet.
kubelet:
# renovate: docker-image
image: ghcr.io/siderolabs/kubelet:v1.29.0
image: ghcr.io/siderolabs/kubelet:v1.29.1

# # The `ClusterDNS` field is an optional reference to an alternative kubelet clusterDNS ip list.
# clusterDNS:
Expand Down

0 comments on commit d38b511

Please sign in to comment.