Skip to content

Commit

Permalink
Bump vsphere csi chart to 3.1.2-rancher101 and cpi to 1.7.001
Browse files Browse the repository at this point in the history
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
  • Loading branch information
galal-hussein committed Mar 5, 2024
1 parent dbdb871 commit 853ed09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ charts:
- version: v0.24.201
filename: /charts/rke2-flannel.yaml
bootstrap: true
- version: 1.5.100
- version: 1.7.001
filename: /charts/rancher-vsphere-cpi.yaml
bootstrap: true
- version: 3.0.1-rancher101
- version: 3.1.2-rancher101
filename: /charts/rancher-vsphere-csi.yaml
bootstrap: true
- version: 0.2.200
Expand Down
16 changes: 8 additions & 8 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ EOF

if [ "${GOARCH}" != "arm64" ]; then
xargs -n1 -t docker image pull --quiet << EOF > build/images-vsphere.txt
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-cpi-release-manager:v1.26.1
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-csi-release-driver:v3.0.1
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-csi-release-syncer:v3.0.1
${REGISTRY}/rancher/mirrored-sig-storage-csi-node-driver-registrar:v2.7.0
${REGISTRY}/rancher/mirrored-sig-storage-csi-resizer:v1.7.0
${REGISTRY}/rancher/mirrored-sig-storage-livenessprobe:v2.9.0
${REGISTRY}/rancher/mirrored-sig-storage-csi-attacher:v4.2.0
${REGISTRY}/rancher/mirrored-sig-storage-csi-provisioner:v3.4.0
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-cpi-release-manager:v1.27.0
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-csi-release-driver:v3.1.2
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-csi-release-syncer:v3.1.2
${REGISTRY}/rancher/mirrored-sig-storage-csi-node-driver-registrar:v2.8.0
${REGISTRY}/rancher/mirrored-sig-storage-csi-resizer:v1.8.0
${REGISTRY}/rancher/mirrored-sig-storage-livenessprobe:v2.10.0
${REGISTRY}/rancher/mirrored-sig-storage-csi-attacher:v4.3.0
${REGISTRY}/rancher/mirrored-sig-storage-csi-provisioner:v3.5.0
EOF
fi

Expand Down

0 comments on commit 853ed09

Please sign in to comment.