parent
3181ad33e9
commit
b85c830f5c
|
@ -73,11 +73,15 @@ questions:
|
||||||
default: "/var/lib/kubelet"
|
default: "/var/lib/kubelet"
|
||||||
description: "The kubelet root directory path"
|
description: "The kubelet root directory path"
|
||||||
group: "HPE CSI Driver settings"
|
group: "HPE CSI Driver settings"
|
||||||
- variable: cspClientTimeout
|
- variable: logLevel
|
||||||
label: "Set cspClientTimeout"
|
label: "Set log level"
|
||||||
type: int
|
default: "info"
|
||||||
default: 60
|
type: enum
|
||||||
min: 60
|
options:
|
||||||
max: 360
|
- "info"
|
||||||
description: "CSP client timeout for HPE Alletra 9000, Primera and 3PAR (60-360 sec)"
|
- "debug"
|
||||||
|
- "trace"
|
||||||
|
- "warn"
|
||||||
|
- "error"
|
||||||
|
description: "Sets the CSI driver and sidecar log level"
|
||||||
group: "HPE CSI Driver settings"
|
group: "HPE CSI Driver settings"
|
||||||
|
|
|
@ -1,26 +1,42 @@
|
||||||
--- charts-original/Chart.yaml
|
--- charts-original/Chart.yaml
|
||||||
+++ charts/Chart.yaml
|
+++ charts/Chart.yaml
|
||||||
@@ -4,6 +4,9 @@
|
@@ -1,23 +1,27 @@
|
||||||
|
+apiVersion: v1
|
||||||
|
+version: "2.1.1"
|
||||||
|
+appVersion: "2.1.1"
|
||||||
|
annotations:
|
||||||
|
+ artifacthub.io/prerelease: "false"
|
||||||
|
artifacthub.io/license: Apache-2.0
|
||||||
|
artifacthub.io/links: |
|
||||||
- name: Documentation
|
- name: Documentation
|
||||||
url: https://scod.hpedev.io/csi_driver
|
url: https://scod.hpedev.io/csi_driver
|
||||||
artifacthub.io/prerelease: "false"
|
- artifacthub.io/prerelease: "false"
|
||||||
|
-apiVersion: v1
|
||||||
|
-appVersion: 2.1.1
|
||||||
+ catalog.cattle.io/certified: partner
|
+ catalog.cattle.io/certified: partner
|
||||||
+ catalog.cattle.io/release-name: hpe-csi-driver
|
+ catalog.cattle.io/release-name: hpe-csi-driver
|
||||||
+ catalog.cattle.io/display-name: HPE CSI Driver for Kubernetes
|
+ catalog.cattle.io/display-name: HPE CSI Driver for Kubernetes
|
||||||
apiVersion: v1
|
|
||||||
appVersion: 2.1.0
|
|
||||||
description: A Helm chart for installing the HPE CSI Driver for Kubernetes
|
description: A Helm chart for installing the HPE CSI Driver for Kubernetes
|
||||||
@@ -14,10 +17,11 @@
|
-home: https://hpe.com/storage/containers
|
||||||
- Storage
|
icon: https://raw.githubusercontent.com/hpe-storage/co-deployments/master/docs/assets/hpedev.png
|
||||||
- CSI
|
-keywords:
|
||||||
|
-- HPE
|
||||||
|
-- Storage
|
||||||
|
-- CSI
|
||||||
maintainers:
|
maintainers:
|
||||||
-- email: hpe-containers-dev@hpe.com
|
-- email: hpe-containers-dev@hpe.com
|
||||||
- name: raunakkumar
|
- name: raunakkumar
|
||||||
|
-name: hpe-csi-driver
|
||||||
+- name: datamattsson
|
+- name: datamattsson
|
||||||
+ email: datamattsson@hpe.com
|
+ email: datamattsson@hpe.com
|
||||||
name: hpe-csi-driver
|
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/hpe-storage/co-deployments
|
- https://github.com/hpe-storage/co-deployments
|
||||||
- https://github.com/hpe-storage/csi-driver
|
- https://github.com/hpe-storage/csi-driver
|
||||||
version: 2.1.0
|
-version: 2.1.1-0
|
||||||
+kubeVersion: "1.20 - 1.22"
|
+name: hpe-csi-driver
|
||||||
|
+home: https://hpe.com/storage/containers
|
||||||
|
+keywords:
|
||||||
|
+ - HPE
|
||||||
|
+ - Storage
|
||||||
|
+ - CSI
|
||||||
|
+kubeVersion: "1.21 - 1.23"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: https://hpe-storage.github.io/co-deployments/hpe-csi-driver-2.1.0.tgz
|
url: https://hpe-storage.github.io/co-deployments/hpe-csi-driver-2.1.1-0.tgz
|
||||||
packageVersion: 00
|
version: "2.1.1"
|
||||||
|
|
Loading…
Reference in New Issue