Merge pull request #70 from datamattsson/hpe-csi-driver
HPE CSI Driver for Kubernetes Helm v3 Chart 1.4.2pull/78/head
commit
fa7c8ee392
|
@ -1,19 +1,44 @@
|
|||
diff -x '*.tgz' -x '*.lock' -uNr packages/hpe-csi-driver/charts-original/Chart.yaml packages/hpe-csi-driver/charts/Chart.yaml
|
||||
--- packages/hpe-csi-driver/charts-original/Chart.yaml
|
||||
+++ packages/hpe-csi-driver/charts/Chart.yaml
|
||||
@@ -17,3 +17,6 @@
|
||||
- CentOS
|
||||
- Ubuntu
|
||||
- RHEL
|
||||
@@ -7,9 +7,6 @@
|
||||
- HPE
|
||||
- Storage
|
||||
- StorageClass
|
||||
-- CentOS
|
||||
-- Ubuntu
|
||||
-- RHEL
|
||||
maintainers:
|
||||
- email: hpe-containers-dev@hpe.com
|
||||
name: raunakkumar
|
||||
@@ -17,3 +14,6 @@
|
||||
sources:
|
||||
- https://scod.hpedev.io/csi_driver
|
||||
version: 1.4.2
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: hpe-csi-driver
|
||||
diff -x '*.tgz' -x '*.lock' -uNr packages/hpe-csi-driver/charts-original/questions.yml packages/hpe-csi-driver/charts/questions.yml
|
||||
--- packages/hpe-csi-driver/charts-original/questions.yml
|
||||
+++ packages/hpe-csi-driver/charts/questions.yml
|
||||
@@ -1,5 +1,3 @@
|
||||
@@ -1,7 +1,5 @@
|
||||
labels:
|
||||
io.rancher.certified: partner
|
||||
-categories:
|
||||
-- storage
|
||||
questions:
|
||||
- variable: imagePullPolicy
|
||||
label: "ImagePullPolicy"
|
||||
@@ -31,9 +29,9 @@
|
||||
required: false
|
||||
description: "Specify password for iSCSI CHAP authentication"
|
||||
group: "HPE iSCSI settings"
|
||||
-- variable: registryPrefix
|
||||
- label: "registry"
|
||||
+- variable: registry
|
||||
+ label: "Registry"
|
||||
type: string
|
||||
default: "quay.io"
|
||||
- description: "Specify registry prefix for CSI driver images"
|
||||
+ description: "Specify registry prefix (hostname[:port]) for CSI driver images"
|
||||
group: "HPE CSI Driver settings"
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
url: https://github.com/hpe-storage/co-deployments/
|
||||
subdirectory: helm/charts/hpe-csi-driver
|
||||
type: git
|
||||
commit: 74f929a2e097b62565037c68cdfdda3a697b01fc
|
||||
url: https://hpe-storage.github.io/co-deployments/hpe-csi-driver-1.4.2.tgz
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue