Skip to content

Commit

Permalink
Update vSphere images to use our mirror (#3377)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
xmudrii authored Sep 17, 2024
1 parent 3a0ec64 commit f685609
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/templates/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,10 @@ func optionalResources() map[Resource]map[string]string {

// vSphere CCM
VsphereCCM: {
"1.24.x": "gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.24.4",
"1.25.x": "gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.25.3",
"1.26.x": "gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.26.2",
">= 1.27.0": "gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.27.0",
"1.24.x": "quay.io/kubermatic/mirror/cloud-provider-vsphere/ccm:v1.24.5",
"1.25.x": "quay.io/kubermatic/mirror/cloud-provider-vsphere/ccm:v1.25.3",
"1.26.x": "quay.io/kubermatic/mirror/cloud-provider-vsphere/ccm:v1.26.2",
">= 1.27.0": "quay.io/kubermatic/mirror/cloud-provider-vsphere/ccm:v1.27.0",
},

// VMware Cloud Director CSI
Expand All @@ -368,8 +368,8 @@ func optionalResources() map[Resource]map[string]string {
VMwareCloudDirectorCSINodeDriverRegistrar: {"*": "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.2.0"},

// vSphere CSI
VsphereCSIDriver: {"*": "gcr.io/cloud-provider-vsphere/csi/release/driver:v3.0.2"},
VsphereCSISyncer: {"*": "gcr.io/cloud-provider-vsphere/csi/release/syncer:v3.0.2"},
VsphereCSIDriver: {"*": "quay.io/kubermatic/mirror/cloud-provider-vsphere/csi/release/driver:v3.0.2"},
VsphereCSISyncer: {"*": "quay.io/kubermatic/mirror/cloud-provider-vsphere/csi/release/syncer:v3.0.2"},
VsphereCSIAttacher: {"*": "registry.k8s.io/sig-storage/csi-attacher:v4.2.0"},
VsphereCSILivenessProbe: {"*": "registry.k8s.io/sig-storage/livenessprobe:v2.9.0"},
VsphereCSINodeDriverRegistar: {"*": "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7.0"},
Expand Down

0 comments on commit f685609

Please sign in to comment.