From b5a8cde49add12d72138ff4744179fb9b1b06773 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 8 Apr 2024 17:24:46 -0700 Subject: [PATCH] Bump Cluster API version to 1.6.3 Signed-off-by: Victor Morales --- .../cluster-api-infrastructure-docker.yaml | 2 +- .../capi/cluster-capi/cluster-api-bootstrap.yaml | 15 ++++++++++++++- .../cluster-capi/cluster-api-control-plane.yaml | 2 +- infra/capi/cluster-capi/cluster-api-core.yaml | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/infra/capi/cluster-capi-infrastructure-docker/cluster-api-infrastructure-docker.yaml b/infra/capi/cluster-capi-infrastructure-docker/cluster-api-infrastructure-docker.yaml index 8baabff..2e3a9d8 100644 --- a/infra/capi/cluster-capi-infrastructure-docker/cluster-api-infrastructure-docker.yaml +++ b/infra/capi/cluster-capi-infrastructure-docker/cluster-api-infrastructure-docker.yaml @@ -2142,7 +2142,7 @@ spec: fieldRef: fieldPath: metadata.uid - name: DOCKER_HOST - image: gcr.io/k8s-staging-cluster-api/capd-manager:v1.6.2 + image: gcr.io/k8s-staging-cluster-api/capd-manager:v1.6.3 imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/infra/capi/cluster-capi/cluster-api-bootstrap.yaml b/infra/capi/cluster-capi/cluster-api-bootstrap.yaml index ada4e61..650dcfb 100644 --- a/infra/capi/cluster-capi/cluster-api-bootstrap.yaml +++ b/infra/capi/cluster-capi/cluster-api-bootstrap.yaml @@ -4504,7 +4504,20 @@ spec: - --bootstrap-token-ttl=15m command: - /manager - image: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.6.2 + env: + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + - name: POD_NAME + valueFrom: + fieldRef: + fieldPath: metadata.name + - name: POD_UID + valueFrom: + fieldRef: + fieldPath: metadata.uid + image: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.6.3 imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/infra/capi/cluster-capi/cluster-api-control-plane.yaml b/infra/capi/cluster-capi/cluster-api-control-plane.yaml index 13dab99..d1c95f9 100644 --- a/infra/capi/cluster-capi/cluster-api-control-plane.yaml +++ b/infra/capi/cluster-capi/cluster-api-control-plane.yaml @@ -4525,7 +4525,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.uid - image: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.6.2 + image: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.6.3 imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/infra/capi/cluster-capi/cluster-api-core.yaml b/infra/capi/cluster-capi/cluster-api-core.yaml index 8744053..adb3194 100644 --- a/infra/capi/cluster-capi/cluster-api-core.yaml +++ b/infra/capi/cluster-capi/cluster-api-core.yaml @@ -8292,7 +8292,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.uid - image: registry.k8s.io/cluster-api/cluster-api-controller:v1.6.2 + image: registry.k8s.io/cluster-api/cluster-api-controller:v1.6.3 imagePullPolicy: IfNotPresent livenessProbe: httpGet: