Skip to content

Commit

Permalink
Bump Cluster API version to 1.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Morales <[email protected]>
  • Loading branch information
electrocucaracha committed Apr 9, 2024
1 parent 81b3c68 commit b5a8cde
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
15 changes: 14 additions & 1 deletion infra/capi/cluster-capi/cluster-api-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion infra/capi/cluster-capi/cluster-api-control-plane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion infra/capi/cluster-capi/cluster-api-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b5a8cde

Please sign in to comment.