diff --git a/helm/csi-powerstore/k8s-1.21-values.yaml b/helm/csi-powerstore/k8s-1.21-values.yaml index 8779d022..e5a42666 100644 --- a/helm/csi-powerstore/k8s-1.21-values.yaml +++ b/helm/csi-powerstore/k8s-1.21-values.yaml @@ -4,22 +4,22 @@ kubeversion: "v1.21" images: # "images.attacher" defines the container images used for the csi attacher # container. - attacher: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0 + attacher: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0 # "images.provisioner" defines the container images used for the csi provisioner # container. - provisioner: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0 + provisioner: k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0 # "images.snapshotter" defines the container image used for the csi external snapshotter - snapshotter: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1 + snapshotter: k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1 # "images.registrar" defines the container images used for the csi registrar # container. - registrar: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0 + registrar: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 # "images.resizer" defines the container images used for the csi resizer # container. - resizer: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0 + resizer: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0 # "images.externalhealthmonitorcontroller" defines the container images used for the csi # external health monitor controller diff --git a/helm/csi-powerstore/k8s-1.22-values.yaml b/helm/csi-powerstore/k8s-1.22-values.yaml index 99090f5f..a7155e6e 100644 --- a/helm/csi-powerstore/k8s-1.22-values.yaml +++ b/helm/csi-powerstore/k8s-1.22-values.yaml @@ -4,22 +4,22 @@ kubeversion: "v1.22" images: # "images.attacher" defines the container images used for the csi attacher # container. - attacher: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0 + attacher: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0 # "images.provisioner" defines the container images used for the csi provisioner # container. - provisioner: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0 + provisioner: k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0 # "images.snapshotter" defines the container image used for the csi external snapshotter - snapshotter: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1 + snapshotter: k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1 # "images.registrar" defines the container images used for the csi registrar # container. - registrar: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0 + registrar: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 # "images.resizer" defines the container images used for the csi resizer # container. - resizer: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0 + resizer: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0 # "images.externalhealthmonitorcontroller" defines the container images used for the csi # external health monitor controller diff --git a/helm/csi-powerstore/k8s-1.23-values.yaml b/helm/csi-powerstore/k8s-1.23-values.yaml index 8429f244..983b6ca3 100644 --- a/helm/csi-powerstore/k8s-1.23-values.yaml +++ b/helm/csi-powerstore/k8s-1.23-values.yaml @@ -4,22 +4,22 @@ kubeversion: "v1.23" images: # "images.attacher" defines the container images used for the csi attacher # container. - attacher: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0 + attacher: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0 # "images.provisioner" defines the container images used for the csi provisioner # container. - provisioner: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0 + provisioner: k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0 # "images.snapshotter" defines the container image used for the csi external snapshotter - snapshotter: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1 + snapshotter: k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1 # "images.registrar" defines the container images used for the csi registrar # container. - registrar: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0 + registrar: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 # "images.resizer" defines the container images used for the csi resizer # container. - resizer: k8s.gcr.io/sig-storage/csi-resizer:v1.3.0 + resizer: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0 # "images.externalhealthmonitorcontroller" defines the container images used for the csi # external health monitor controller diff --git a/helm/csi-powerstore/templates/controller.yaml b/helm/csi-powerstore/templates/controller.yaml index 543c350f..a4db05d1 100644 --- a/helm/csi-powerstore/templates/controller.yaml +++ b/helm/csi-powerstore/templates/controller.yaml @@ -40,10 +40,10 @@ rules: verbs: ["get", "list", "watch"] - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshotcontents"] - verbs: ["create", "get", "list", "watch", "update", "delete"] + verbs: ["create", "get", "list", "watch", "update", "delete", "patch"] - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshotcontents/status"] - verbs: ["update"] + verbs: ["update", "patch"] - apiGroups: ["snapshot.storage.k8s.io"] resources: ["volumesnapshots", "volumesnapshots/status"] verbs: ["get", "list", "watch", "update"]