Skip to content

Commit

Permalink
chore(deps): update kubernetes to v1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timtor-bot committed May 16, 2024
1 parent b801009 commit 235ca33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions talos/controlplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ machine:
format: json_lines
# -- Services
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.30.0
image: ghcr.io/siderolabs/kubelet:v1.30.1
defaultRuntimeSeccompProfileEnabled: true
disableManifestsDirectory: true
# -- Talos features
Expand Down Expand Up @@ -80,7 +80,7 @@ cluster:
proxy:
disabled: true
apiServer:
image: registry.k8s.io/kube-apiserver:v1.30.0
image: registry.k8s.io/kube-apiserver:v1.30.1
extraArgs:
oidc-issuer-url: https://oauth.id.jumpcloud.com/
oidc-client-id: ${cluster_apiServer_extraArgs_oidc_client_id}
Expand Down Expand Up @@ -123,11 +123,11 @@ cluster:
extraArgs:
listen-metrics-urls: http://0.0.0.0:2381
controllerManager:
image: registry.k8s.io/kube-controller-manager:v1.30.0
image: registry.k8s.io/kube-controller-manager:v1.30.1
extraArgs:
bind-address: 0.0.0.0
scheduler:
image: registry.k8s.io/kube-scheduler:v1.30.0
image: registry.k8s.io/kube-scheduler:v1.30.1
extraArgs:
bind-address: 0.0.0.0
coreDNS:
Expand Down
2 changes: 1 addition & 1 deletion talos/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ machine:
format: json_lines
# -- Services
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.30.0
image: ghcr.io/siderolabs/kubelet:v1.30.1
defaultRuntimeSeccompProfileEnabled: true
disableManifestsDirectory: true
# -- Talos features
Expand Down

0 comments on commit 235ca33

Please sign in to comment.