From b85c830f5c7b12f08f4c55a7672a22b2fb97aeb6 Mon Sep 17 00:00:00 2001 From: Michael Mattsson Date: Fri, 22 Apr 2022 14:29:55 -0700 Subject: [PATCH] rancher-c1 Signed-off-by: Michael Mattsson --- .../generated-changes/overlay/questions.yml | 18 ++++++---- .../generated-changes/patch/Chart.yaml.patch | 36 +++++++++++++------ packages/hpe-csi-driver/package.yaml | 4 +-- 3 files changed, 39 insertions(+), 19 deletions(-) diff --git a/packages/hpe-csi-driver/generated-changes/overlay/questions.yml b/packages/hpe-csi-driver/generated-changes/overlay/questions.yml index d30af1a26..3c5cd2a8c 100644 --- a/packages/hpe-csi-driver/generated-changes/overlay/questions.yml +++ b/packages/hpe-csi-driver/generated-changes/overlay/questions.yml @@ -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" diff --git a/packages/hpe-csi-driver/generated-changes/patch/Chart.yaml.patch b/packages/hpe-csi-driver/generated-changes/patch/Chart.yaml.patch index 11362af0a..f0d2c05da 100644 --- a/packages/hpe-csi-driver/generated-changes/patch/Chart.yaml.patch +++ b/packages/hpe-csi-driver/generated-changes/patch/Chart.yaml.patch @@ -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" diff --git a/packages/hpe-csi-driver/package.yaml b/packages/hpe-csi-driver/package.yaml index 7b1b9077f..d271db07c 100644 --- a/packages/hpe-csi-driver/package.yaml +++ b/packages/hpe-csi-driver/package.yaml @@ -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"