deploy: update sidecars to latest versions.

This commit updates sidecars to the latest available version
which is compatible with kubernetes 1.23 and csi spec 1.5

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
(cherry picked from commit ea8e360888)
This commit is contained in:
Humble Chirammal
2022-01-13 17:20:08 +05:30
committed by Humble Devassy Chirammal
parent 02010955d8
commit 1d8a5c9e0f
4 changed files with 4 additions and 4 deletions

View File

@ -161,7 +161,7 @@ provisioner:
provisioner:
image:
repository: k8s.gcr.io/sig-storage/csi-provisioner
tag: v3.0.0
tag: v3.1.0
pullPolicy: IfNotPresent
resources: {}

View File

@ -198,7 +198,7 @@ provisioner:
provisioner:
image:
repository: k8s.gcr.io/sig-storage/csi-provisioner
tag: v3.0.0
tag: v3.1.0
pullPolicy: IfNotPresent
resources: {}