rancher-c1

Signed-off-by: Michael Mattsson <michael.mattsson@gmail.com>
pull/401/head
Michael Mattsson 2022-04-22 14:29:55 -07:00
parent 3181ad33e9
commit b85c830f5c
3 changed files with 39 additions and 19 deletions

View File

@ -73,11 +73,15 @@ questions:
default: "/var/lib/kubelet"
description: "The kubelet root directory path"
group: "HPE CSI Driver settings"
- variable: cspClientTimeout
label: "Set cspClientTimeout"
type: int
default: 60
min: 60
max: 360
description: "CSP client timeout for HPE Alletra 9000, Primera and 3PAR (60-360 sec)"
- variable: logLevel
label: "Set log level"
default: "info"
type: enum
options:
- "info"
- "debug"
- "trace"
- "warn"
- "error"
description: "Sets the CSI driver and sidecar log level"
group: "HPE CSI Driver settings"

View File

@ -1,26 +1,42 @@
--- charts-original/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
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/release-name: hpe-csi-driver
+ 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
@@ -14,10 +17,11 @@
- Storage
- CSI
-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: hpe-containers-dev@hpe.com
- name: raunakkumar
-name: hpe-csi-driver
+- name: datamattsson
+ email: datamattsson@hpe.com
name: hpe-csi-driver
sources:
- https://github.com/hpe-storage/co-deployments
- https://github.com/hpe-storage/csi-driver
version: 2.1.0
+kubeVersion: "1.20 - 1.22"
-version: 2.1.1-0
+name: hpe-csi-driver
+home: https://hpe.com/storage/containers
+keywords:
+ - HPE
+ - Storage
+ - CSI
+kubeVersion: "1.21 - 1.23"

View File

@ -1,2 +1,2 @@
url: https://hpe-storage.github.io/co-deployments/hpe-csi-driver-2.1.0.tgz
packageVersion: 00
url: https://hpe-storage.github.io/co-deployments/hpe-csi-driver-2.1.1-0.tgz
version: "2.1.1"