chore(helm): bump csi sidecars and add storagecapacity in csidriver (#377)

Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
This commit is contained in:
Prateek Pandey 2021-09-03 14:07:35 +05:30 committed by GitHub
parent 5030cb4acf
commit bf437b9cc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 7 deletions

View file

@ -7,6 +7,10 @@ release:
imagePullSecrets:
# - name: "image-pull-secret"
feature:
# enable storage capacity tracking feature
# Ref: https://kubernetes:io/docs/concepts/storage/storage-capacity
storageCapacity: true
rbac:
# rbac.pspEnabled: `true` if PodSecurityPolicy resources should be created
@ -25,7 +29,7 @@ zfsNode:
repository: sig-storage/csi-node-driver-registrar
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v2.1.0
tag: v2.3.0
updateStrategy:
type: RollingUpdate
annotations: {}
@ -65,7 +69,7 @@ zfsController:
repository: sig-storage/csi-resizer
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v1.1.0
tag: v1.2.0
snapshotter:
name: "csi-snapshotter"
image:
@ -95,7 +99,7 @@ zfsController:
repository: sig-storage/csi-provisioner
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v2.1.0
tag: v3.0.0
updateStrategy:
type: RollingUpdate
annotations: {}