Fix hpe-csi-driver patch

pull/93/head
Arvind Iyengar 2021-06-11 12:39:42 -07:00
parent ba5ab1c760
commit 67f2c3a1f2
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
3 changed files with 42 additions and 44 deletions

View File

@ -0,0 +1,19 @@
--- charts-original/Chart.yaml
+++ charts/Chart.yaml
@@ -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

View File

@ -1,44 +0,0 @@
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
@@ -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,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"

View File

@ -0,0 +1,23 @@
--- charts-original/questions.yml
+++ charts/questions.yml
@@ -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"