Skip to content

chore(deps): update ghcr.io/siderolabs/kubelet docker tag to v1.33.0 #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion talos/control-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ machine:
# Used to provide additional options to the kubelet.
kubelet:
# The `image` field is an optional reference to an alternative kubelet image.
image: ghcr.io/siderolabs/kubelet:v1.32.3
image: ghcr.io/siderolabs/kubelet:v1.33.0
# Enable container runtime default Seccomp profile.
defaultRuntimeSeccompProfileEnabled: true
# The `disableManifestsDirectory` field configures the kubelet to get static pod manifests from the /etc/kubernetes/manifests directory.
Expand Down
2 changes: 1 addition & 1 deletion talos/control-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ machine:
# Used to provide additional options to the kubelet.
kubelet:
# The `image` field is an optional reference to an alternative kubelet image.
image: ghcr.io/siderolabs/kubelet:v1.32.3
image: ghcr.io/siderolabs/kubelet:v1.33.0
# Enable container runtime default Seccomp profile.
defaultRuntimeSeccompProfileEnabled: true
# The `disableManifestsDirectory` field configures the kubelet to get static pod manifests from the /etc/kubernetes/manifests directory.
Expand Down
2 changes: 1 addition & 1 deletion talos/control-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ machine:
# Used to provide additional options to the kubelet.
kubelet:
# The `image` field is an optional reference to an alternative kubelet image.
image: ghcr.io/siderolabs/kubelet:v1.32.3
image: ghcr.io/siderolabs/kubelet:v1.33.0
# Enable container runtime default Seccomp profile.
defaultRuntimeSeccompProfileEnabled: true
# The `disableManifestsDirectory` field configures the kubelet to get static pod manifests from the /etc/kubernetes/manifests directory.
Expand Down
2 changes: 1 addition & 1 deletion talos/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ machine:
# Used to provide additional options to the kubelet.
kubelet:
# The `image` field is an optional reference to an alternative kubelet image.
image: ghcr.io/siderolabs/kubelet:v1.32.3
image: ghcr.io/siderolabs/kubelet:v1.33.0
# Enable container runtime default Seccomp profile.
defaultRuntimeSeccompProfileEnabled: true
# The `disableManifestsDirectory` field configures the kubelet to get static pod manifests from the /etc/kubernetes/manifests directory.
Expand Down