Skip to content

Commit

Permalink
chore(deps): update kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
timtor-bot committed Dec 18, 2024
1 parent ef73057 commit 516aa7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.32.0
defaultRuntimeSeccompProfileEnabled: true
disableManifestsDirectory: true
# -- Talos features
Expand Down Expand Up @@ -86,7 +86,7 @@ cluster:
proxy:
disabled: true
apiServer:
image: registry.k8s.io/kube-apiserver:v1.30.0
image: registry.k8s.io/kube-apiserver:v1.32.0
extraArgs:
oidc-issuer-url: https://oauth.id.jumpcloud.com/
oidc-client-id: ${cluster_apiServer_extraArgs_oidc_client_id}
Expand Down Expand Up @@ -121,23 +121,23 @@ cluster:
rules:
- level: Metadata
etcd:
image: gcr.io/etcd-development/etcd:v3.5.13-arm64
image: gcr.io/etcd-development/etcd:v3.5.17-arm64
# Etcd CA
ca:
crt: ${cluster_etcd_ca_crt}
key: ${cluster_etcd_ca_key}
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.32.0
extraArgs:
bind-address: 0.0.0.0
scheduler:
image: registry.k8s.io/kube-scheduler:v1.30.0
image: registry.k8s.io/kube-scheduler:v1.32.0
extraArgs:
bind-address: 0.0.0.0
coreDNS:
image: docker.io/coredns/coredns:1.11.1
image: docker.io/coredns/coredns:1.12.0
# -- Extras
extraManifests: []
inlineManifests: []
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.32.0
defaultRuntimeSeccompProfileEnabled: true
disableManifestsDirectory: true
# -- Talos features
Expand Down

0 comments on commit 516aa7d

Please sign in to comment.