deploy: update resizer to 1.4.0

updating external resizer image version
from 1.3.0 to latest available release i.e
1.4.0

1.4.0 changelog link
https://github.com/kubernetes-csi/
external-resizer/blob/master/CHANGELOG/CHANGELOG-1.4.md

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2022-01-24 11:07:46 +05:30
committed by mergify[bot]
parent f822600689
commit 3a445cfc36
5 changed files with 5 additions and 5 deletions

View File

@ -179,7 +179,7 @@ provisioner:
enabled: true
image:
repository: k8s.gcr.io/sig-storage/csi-resizer
tag: v1.3.0
tag: v1.4.0
pullPolicy: IfNotPresent
resources: {}

View File

@ -216,7 +216,7 @@ provisioner:
enabled: true
image:
repository: k8s.gcr.io/sig-storage/csi-resizer
tag: v1.3.0
tag: v1.4.0
pullPolicy: IfNotPresent
resources: {}