Skip to content

Commit 4d2befc

Browse files
committed
bump gcp ccm to fix broken arm64 jobs
1 parent ccf0f3a commit 4d2befc

28 files changed

Lines changed: 28 additions & 29 deletions

File tree

pkg/model/components/gcpcloudcontrollermanager.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ func (b *GCPCloudControllerManagerOptionsBuilder) BuildOptions(cluster *kops.Clu
7171
}
7272

7373
if ccmConfig.Image == "" {
74-
// TODO: Implement CCM image publishing
7574
switch b.ControlPlaneKubernetesVersion().Minor() {
7675
default:
77-
ccmConfig.Image = "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1"
76+
ccmConfig.Image = "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0"
7877
}
7978
}
8079

tests/integration/update_cluster/ha_gce/data/aws_s3_object_cluster-completed.spec_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
clusterName: ha-gce-example-com
2424
controllers:
2525
- '*'
26-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
26+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
2727
leaderElection:
2828
leaderElect: true
2929
cloudProvider: gce

tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-bootstrap_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
version: 9.99.0
5555
- id: k8s-1.23
5656
manifest: gcp-cloud-controller.addons.k8s.io/k8s-1.23.yaml
57-
manifestHash: d05688c98128f6bb7361a931705fc2a64f535d010c8c11f0d6177c9aa7ae16f9
57+
manifestHash: 9e82a18eb446294f009d209d8f8a0903b1fe789b4cf1c4754142469d355a1687
5858
name: gcp-cloud-controller.addons.k8s.io
5959
prune:
6060
kinds:

tests/integration/update_cluster/ha_gce/data/aws_s3_object_ha-gce.example.com-addons-gcp-cloud-controller.addons.k8s.io-k8s-1.23_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
env:
4545
- name: KUBERNETES_SERVICE_HOST
4646
value: 127.0.0.1
47-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
47+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
4848
imagePullPolicy: IfNotPresent
4949
livenessProbe:
5050
failureThreshold: 3

tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_cluster-completed.spec_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
clusterName: minimal-example-com
2525
controllers:
2626
- '*'
27-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
27+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
2828
leaderElection:
2929
leaderElect: true
3030
cloudProvider: gce

tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-bootstrap_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
version: 9.99.0
126126
- id: k8s-1.23
127127
manifest: gcp-cloud-controller.addons.k8s.io/k8s-1.23.yaml
128-
manifestHash: 2778517c19f2247cead060bfa7e3c34027d4611b202e8365d552248b89a552cb
128+
manifestHash: edfe9c3eb5ae99cb2622968999c435d3a67152b3c0245754127a728a09c7446c
129129
name: gcp-cloud-controller.addons.k8s.io
130130
prune:
131131
kinds:

tests/integration/update_cluster/many-addons-gce/data/aws_s3_object_minimal.example.com-addons-gcp-cloud-controller.addons.k8s.io-k8s-1.23_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
env:
4545
- name: KUBERNETES_SERVICE_HOST
4646
value: 127.0.0.1
47-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
47+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
4848
imagePullPolicy: IfNotPresent
4949
livenessProbe:
5050
failureThreshold: 3

tests/integration/update_cluster/minimal_gce/data/aws_s3_object_cluster-completed.spec_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
clusterName: minimal-gce-example-com
2424
controllers:
2525
- '*'
26-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
26+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
2727
leaderElection:
2828
leaderElect: true
2929
cloudProvider: gce

tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-bootstrap_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
version: 9.99.0
5555
- id: k8s-1.23
5656
manifest: gcp-cloud-controller.addons.k8s.io/k8s-1.23.yaml
57-
manifestHash: dd48ce99e79111f6fa61e057cc3740b802c63e5fee4af1cd55b39fe1651298c6
57+
manifestHash: 8bc52ae1d41caceb2ca8dd61d99700f5d01d6f7ffb27c97c486fbb9d700378e9
5858
name: gcp-cloud-controller.addons.k8s.io
5959
prune:
6060
kinds:

tests/integration/update_cluster/minimal_gce/data/aws_s3_object_minimal-gce.example.com-addons-gcp-cloud-controller.addons.k8s.io-k8s-1.23_content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
env:
4545
- name: KUBERNETES_SERVICE_HOST
4646
value: 127.0.0.1
47-
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1
47+
image: registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v34.2.0
4848
imagePullPolicy: IfNotPresent
4949
livenessProbe:
5050
failureThreshold: 3

0 commit comments

Comments
 (0)