Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vsphere csi chart to 3.3.0-rancher100 and cpi to 1.8.000 #6340

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading