-
Notifications
You must be signed in to change notification settings - Fork 547
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
deploy: update CSI sidecars to latest versions available #4573
deploy: update CSI sidecars to latest versions available #4573
Conversation
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update here as well
Lines 32 to 61 in 51d1d46
# Refer: https://github.com/kubernetes-csi/external-snapshotter/releases | |
SNAPSHOT_VERSION=v7.0.1 | |
# "go test" configuration | |
# set to stdout or html to enable coverage reporting, disabled by default | |
#TEST_COVERAGE=html | |
#GO_COVER_DIR=_output/ | |
# URL for the script to install Helm | |
HELM_SCRIPT=https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | |
# helm chart generation, testing and publishing | |
HELM_VERSION=v3.14.3 | |
# minikube settings | |
MINIKUBE_VERSION=v1.32.0 | |
VM_DRIVER=none | |
CHANGE_MINIKUBE_NONE_USER=true | |
# Rook options | |
ROOK_VERSION=v1.12.1 | |
# Provide ceph image path | |
ROOK_CEPH_CLUSTER_IMAGE=quay.io/ceph/ceph:v18 | |
# CSI sidecar version | |
CSI_ATTACHER_VERSION=v4.5.0 | |
CSI_SNAPSHOTTER_VERSION=v7.0.0 | |
CSI_RESIZER_VERSION=v1.10.0 | |
CSI_PROVISIONER_VERSION=v4.0.0 | |
CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.10.0 |
I have updated. |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at b095e04 |
Below sidecars are updated with latest available versions csi-node-driver-registrar: v2.10.1 csi-resizer: v1.10.1 csi-provisioner: v4.0.1 csi-attacher: v4.5.1 csi-snapshotter: v7.0.2 Signed-off-by: Praveen M <[email protected]>
90f40be
to
2e35c40
Compare
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e/k8s-1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.27 |
Describe what this PR does
Below sidecars are updated with latest available versions
csi-node-driver-registrar: v2.10.1
csi-resizer: v1.10.1
csi-provisioner: v4.0.1
csi-attacher: v4.5.1
csi-snapshotter: v7.0.2
Related issues
Closes: #4570
Checklist:
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>
: retest the<job-name>
after unrelatedfailure (please report the failure too!)