Skip to content

Commit

Permalink
Merge pull request #381 from datamattsson/v250b2
Browse files Browse the repository at this point in the history
v2.5.0-beta2
  • Loading branch information
dileepds authored May 11, 2024
2 parents 9385fb2 + fc3e6ae commit ea8c468
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 3 deletions.
Binary file added docs/hpe-csi-driver-2.5.0-beta2.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-beta2
created: "2024-05-10T10:15:48.485952-07:00"
description: A Helm chart for installing the HPE CSI Driver for Kubernetes
digest: 816524a39ff93d0ceb764db8d2a817bc0de72390589e1328ac5bcb6983ffb83e
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-beta2.tgz
version: 2.5.0-beta2
- annotations:
artifacthub.io/category: storage
artifacthub.io/containsSecurityUpdates: "true"
Expand Down Expand Up @@ -1121,4 +1159,4 @@ entries:
urls:
- hpe-flexvolume-driver-3.0.0.tgz
version: 3.0.0
generated: "2024-05-09T10:50:21.243745-07:00"
generated: "2024-05-10T10:15:48.48519-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-beta"
appVersion: "2.5.0-beta"
version: "2.5.0-beta2"
appVersion: "2.5.0-beta2"
annotations:
artifacthub.io/prerelease: "true"
artifacthub.io/containsSecurityUpdates: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ spec:
- "--timeout=30s"
- "--worker-threads=16"
- "--feature-gates=Topology=true"
- "--immediate-topology=false"
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down
1 change: 1 addition & 0 deletions yaml/csi-driver/edge/hpe-csi-k8s-1.27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ spec:
- "--worker-threads=16"
- "--extra-create-metadata"
- "--feature-gates=Topology=true"
- "--immediate-topology=false"
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down
1 change: 1 addition & 0 deletions yaml/csi-driver/edge/hpe-csi-k8s-1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ spec:
- "--worker-threads=16"
- "--extra-create-metadata"
- "--feature-gates=Topology=true"
- "--immediate-topology=false"
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down
1 change: 1 addition & 0 deletions yaml/csi-driver/edge/hpe-csi-k8s-1.29.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ spec:
- "--worker-threads=16"
- "--extra-create-metadata"
- "--feature-gates=Topology=true"
- "--immediate-topology=false"
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down
1 change: 1 addition & 0 deletions yaml/csi-driver/edge/hpe-csi-k8s-1.30.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ spec:
- "--worker-threads=16"
- "--extra-create-metadata"
- "--feature-gates=Topology=true"
- "--immediate-topology=false"
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down

0 comments on commit ea8c468

Please sign in to comment.