deploy: update sidecars to latest versions available

Below sidecars are updated with this commit.

csi-provisioner: v3.3.0
csi-snapshotter: v6.1.0

This commit change the sidecar versions in build.env setup.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-09-27 19:10:26 +05:30
committed by mergify[bot]
parent 1eaf6af882
commit d1acae7209
8 changed files with 17 additions and 17 deletions

View File

@ -171,7 +171,7 @@ provisioner:
provisioner:
image:
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v3.2.1
tag: v3.3.0
pullPolicy: IfNotPresent
resources: {}
@ -190,7 +190,7 @@ provisioner:
snapshotter:
image:
repository: registry.k8s.io/sig-storage/csi-snapshotter
tag: v6.0.1
tag: v6.1.0
pullPolicy: IfNotPresent
resources: {}