Skip to content

Commit

Permalink
chore(amethyst): Update kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
timtor-bot committed Mar 19, 2024
1 parent a0caec7 commit f907dac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions amethyst/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.29.1
image: ghcr.io/siderolabs/kubelet:v1.29.3
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.29.1
image: registry.k8s.io/kube-apiserver:v1.29.3
extraArgs:
oidc-issuer-url: https://oauth.id.jumpcloud.com/
oidc-client-id: ${cluster_apiServer_extraArgs_oidc-client-id}
Expand Down Expand Up @@ -115,19 +115,19 @@ cluster:
rules:
- level: Metadata
etcd:
image: gcr.io/etcd-development/etcd:v3.5.9-arm64
image: gcr.io/etcd-development/etcd:v3.5.12-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.29.1
image: registry.k8s.io/kube-controller-manager:v1.29.3
extraArgs:
bind-address: 0.0.0.0
scheduler:
image: registry.k8s.io/kube-scheduler:v1.29.1
image: registry.k8s.io/kube-scheduler:v1.29.3
extraArgs:
bind-address: 0.0.0.0
coreDNS:
Expand Down
2 changes: 1 addition & 1 deletion amethyst/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.29.1
image: ghcr.io/siderolabs/kubelet:v1.29.3
defaultRuntimeSeccompProfileEnabled: true
disableManifestsDirectory: true
# -- Talos features
Expand Down

0 comments on commit f907dac

Please sign in to comment.