Skip to content

Commit

Permalink
Bump vsphere csi chart to 3.3.0-rancher100 and cpi to 1.8.000 (#6340)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Jul 16, 2024
1 parent 505630f commit 7918b9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ charts:
- version: v0.25.400
filename: /charts/rke2-flannel.yaml
bootstrap: true
- version: 1.7.001
- version: 1.8.000
filename: /charts/rancher-vsphere-cpi.yaml
bootstrap: true
- version: 3.1.2-rancher400
- version: 3.3.0-rancher100
filename: /charts/rancher-vsphere-csi.yaml
bootstrap: true
- version: 0.2.400
Expand Down
18 changes: 9 additions & 9 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ 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.28.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
${REGISTRY}/rancher/mirrored-sig-storage-csi-snapshotter:v6.2.1
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-cpi-release-manager:v1.30.1
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-csi-release-driver:v3.3.0
${REGISTRY}/rancher/mirrored-cloud-provider-vsphere-csi-release-syncer:v3.3.0
${REGISTRY}/rancher/mirrored-sig-storage-csi-node-driver-registrar:v2.10.1
${REGISTRY}/rancher/mirrored-sig-storage-csi-resizer:v1.10.1
${REGISTRY}/rancher/mirrored-sig-storage-livenessprobe:v2.12.0
${REGISTRY}/rancher/mirrored-sig-storage-csi-attacher:v4.5.1
${REGISTRY}/rancher/mirrored-sig-storage-csi-provisioner:v4.0.1
${REGISTRY}/rancher/mirrored-sig-storage-csi-snapshotter:v7.0.2
EOF
fi

Expand Down

0 comments on commit 7918b9a

Please sign in to comment.