-
Notifications
You must be signed in to change notification settings - Fork 554
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 #4132
deploy: update CSI sidecars to latest versions available #4132
Conversation
There is no release from |
@iPraveenParihar also update the snapshotter and attacher as there is a new version of both of them. |
bdfe09e
to
cde532a
Compare
Pull request has been modified.
cde532a
to
4ba6b88
Compare
@@ -62,7 +62,7 @@ spec: | |||
- name: socket-dir | |||
mountPath: /csi | |||
- name: csi-resizer | |||
image: gcr.io/k8s-staging-sig-storage/csi-resizer:canary | |||
image: gcr.io/k8s-staging-sig-storage/csi-resizer:v1.9.0 |
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.
provisioner update is missing
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.
Updated!
4ba6b88
to
9923de5
Compare
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
@Mergifyio rebase |
Below sidecars are updated with latest available versions csi-node-driver-registrar: v2.9.0 csi-resizer: v1.9.0 csi-provisioner: v3.6.0 csi-attacher: v4.4.0 csi-snapshotter: v6.3.0 Signed-off-by: Praveen M <[email protected]>
✅ Branch has been successfully rebased |
9923de5
to
926db9b
Compare
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at cf577e3 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e/k8s-1.27 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/mini-e2e/k8s-1.26 |
Describe what this PR does
Below sidecars are updated with latest available versions
csi-node-driver-registrar: v2.9.0
csi-resizer: v1.9.0
csi-provisioner: v3.6.0
csi-attacher: v4.4.0
csi-snapshotter: v6.3.0
Closes: #4128
CC @Madhu-1
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!)