From 683d7d5e4e139c90566749f2d7a3bcc1da7b869c Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 22 Jun 2022 15:46:17 +0300 Subject: [PATCH] Update csi-attacher also in Helm chart --- deploy/helm/templates/attacher.yaml | 6 ++++++ deploy/helm/values.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/deploy/helm/templates/attacher.yaml b/deploy/helm/templates/attacher.yaml index 9e6bc42..c825406 100644 --- a/deploy/helm/templates/attacher.yaml +++ b/deploy/helm/templates/attacher.yaml @@ -21,9 +21,15 @@ rules: - apiGroups: [""] resources: ["nodes"] verbs: ["get", "list", "watch"] + - apiGroups: ["storage.k8s.io"] + resources: ["csinodes"] + verbs: ["get", "list", "watch"] - apiGroups: ["storage.k8s.io"] resources: ["volumeattachments"] verbs: ["get", "list", "watch", "update", "patch"] + - apiGroups: ["storage.k8s.io"] + resources: ["volumeattachments/status"] + verbs: ["patch"] --- kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index c60b936..f0be2a0 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -1,7 +1,7 @@ --- images: - # Source: quay.io/k8scsi/csi-attacher:v2.2.0 - attacher: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-attacher:v2.2.0 + # Source: quay.io/k8scsi/csi-attacher:v3.0.1 + attacher: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-attacher:v3.0.1 # Source: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0 registrar: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-node-driver-registrar:v1.2.0 # Source: quay.io/k8scsi/csi-provisioner:v2.1.0