Skip to content

Commit

Permalink
v2.5.0-beta3 (#382)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mattsson <[email protected]>
  • Loading branch information
datamattsson authored May 21, 2024
1 parent ea8c468 commit b2a3d5c
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 8 deletions.
Binary file added docs/hpe-csi-driver-2.5.0-beta3.tgz
Binary file not shown.
40 changes: 39 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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"
Expand Down Expand Up @@ -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"
4 changes: 2 additions & 2 deletions helm/charts/hpe-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 0 additions & 5 deletions helm/charts/hpe-csi-driver/templates/hpe-csi-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit b2a3d5c

Please sign in to comment.