parent
176839e978
commit
fa0919f74e
|
@ -8,7 +8,7 @@
|
|||
+ catalog.cattle.io/release-name: hpe-csi-driver
|
||||
+ catalog.cattle.io/display-name: HPE CSI Driver for Kubernetes
|
||||
apiVersion: v1
|
||||
appVersion: 2.0.0
|
||||
appVersion: 2.1.0
|
||||
description: A Helm chart for installing the HPE CSI Driver for Kubernetes
|
||||
@@ -14,10 +17,11 @@
|
||||
- Storage
|
||||
|
@ -22,5 +22,5 @@
|
|||
sources:
|
||||
- https://github.com/hpe-storage/co-deployments
|
||||
- https://github.com/hpe-storage/csi-driver
|
||||
version: 2.0.0
|
||||
+kubeVersion: "1.18 - 1.21"
|
||||
version: 2.1.0
|
||||
+kubeVersion: "1.20 - 1.22"
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
--- charts-original/values.schema.json 2021-07-20 09:36:40.000000000 -0700
|
||||
+++ charts/values.schema.json 2021-07-20 09:35:14.000000000 -0700
|
||||
@@ -163,7 +163,8 @@
|
||||
"default": 60,
|
||||
"minimum": 60,
|
||||
"maximum": 360
|
||||
- }
|
||||
+ },
|
||||
+ "global": {}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
|
@ -1,2 +1,2 @@
|
|||
url: https://hpe-storage.github.io/co-deployments/hpe-csi-driver-2.0.0.tgz
|
||||
url: https://hpe-storage.github.io/co-deployments/hpe-csi-driver-2.1.0.tgz
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue