diff --git a/docs/hpe-csi-driver-2.5.0-beta3.tgz b/docs/hpe-csi-driver-2.5.0-beta3.tgz new file mode 100644 index 00000000..c2a419b8 Binary files /dev/null and b/docs/hpe-csi-driver-2.5.0-beta3.tgz differ diff --git a/docs/index.yaml b/docs/index.yaml index d5947b51..2367d435 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -116,6 +116,44 @@ entries: - hpe-array-exporter-1.0.0-beta.tgz version: 1.0.0-beta hpe-csi-driver: + - annotations: + artifacthub.io/category: storage + artifacthub.io/containsSecurityUpdates: "true" + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Release Highlights + url: https://scod.hpedev.io/csi_driver/index.html#latest_release + - name: Release Notes + url: https://github.com/hpe-storage/csi-driver/tree/master/release-notes + - name: Documentation + url: https://scod.hpedev.io/csi_driver + - name: Chart Source + url: https://github.com/hpe-storage/co-deployments + artifacthub.io/prerelease: "true" + artifacthub.io/recommendations: | + - url: https://artifacthub.io/packages/olm/community-operators/hpe-csi-operator + - url: https://artifacthub.io/packages/helm/hpe-storage/hpe-csi-info-metrics + - url: https://artifacthub.io/packages/helm/hpe-storage/hpe-array-exporter + apiVersion: v1 + appVersion: 2.5.0-beta3 + created: "2024-05-20T13:46:07.355793-07:00" + description: A Helm chart for installing the HPE CSI Driver for Kubernetes + digest: b1bacd62150ad9e00941e22e32a6971a28d56e39d8d68bc7b1d310653a65f7bf + home: https://hpe.com/storage/containers + icon: https://raw.githubusercontent.com/hpe-storage/co-deployments/master/docs/assets/hpedev.png + keywords: + - HPE + - Storage + - CSI + maintainers: + - email: dev-hi-containers@hpe.com + name: datamattsson + name: hpe-csi-driver + sources: + - https://github.com/hpe-storage/csi-driver + urls: + - hpe-csi-driver-2.5.0-beta3.tgz + version: 2.5.0-beta3 - annotations: artifacthub.io/category: storage artifacthub.io/containsSecurityUpdates: "true" @@ -1159,4 +1197,4 @@ entries: urls: - hpe-flexvolume-driver-3.0.0.tgz version: 3.0.0 -generated: "2024-05-10T10:15:48.48519-07:00" +generated: "2024-05-20T13:46:07.354073-07:00" diff --git a/helm/charts/hpe-csi-driver/Chart.yaml b/helm/charts/hpe-csi-driver/Chart.yaml index 438cd0b9..0a12247d 100644 --- a/helm/charts/hpe-csi-driver/Chart.yaml +++ b/helm/charts/hpe-csi-driver/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -version: "2.5.0-beta2" -appVersion: "2.5.0-beta2" +version: "2.5.0-beta3" +appVersion: "2.5.0-beta3" annotations: artifacthub.io/prerelease: "true" artifacthub.io/containsSecurityUpdates: "true" diff --git a/helm/charts/hpe-csi-driver/templates/hpe-csi-rbac.yaml b/helm/charts/hpe-csi-driver/templates/hpe-csi-rbac.yaml index 4fa48bdd..2ab9249a 100644 --- a/helm/charts/hpe-csi-driver/templates/hpe-csi-rbac.yaml +++ b/helm/charts/hpe-csi-driver/templates/hpe-csi-rbac.yaml @@ -92,11 +92,6 @@ rules: - apiGroups: [""] resources: ["secrets"] verbs: ["get", "watch", "list"] - resources: ["csinodeinfos"] - verbs: ["get", "list", "watch"] - - apiGroups: ["csi.storage.k8s.io"] - resources: ["csinodeinfos"] - verbs: ["get", "list", "watch"] - apiGroups: ["storage.k8s.io"] resources: ["csinodes"] verbs: ["get", "list", "watch"]