File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : lvm-localpv
33description : CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
4- version : 0.9 .0
5- appVersion : 0.9 .0
4+ version : 1.0 .0
5+ appVersion : 1.0 .0
66icon : https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77home : http://www.openebs.io/
88keywords :
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ helm install openebs-lvmlocalpv openebs-lvmlocalpv/lvm-localpv --namespace opene
100100| ` lvmPlugin.image.registry ` | Registry for openebs-lvm-plugin image| ` "" ` |
101101| ` lvmPlugin.image.repository ` | Image repository for openebs-lvm-plugin| ` openebs/lvm-driver ` |
102102| ` lvmPlugin.image.pullPolicy ` | Image pull policy for openebs-lvm-plugin| ` IfNotPresent ` |
103- | ` lvmPlugin.image.tag ` | Image tag for openebs-lvm-plugin| ` 0.9 .0` |
103+ | ` lvmPlugin.image.tag ` | Image tag for openebs-lvm-plugin| ` 1.0 .0` |
104104| ` lvmPlugin.metricsPort ` | The TCP port number used for exposing lvm-metrics | ` 9500 ` |
105105| ` lvmPlugin.allowedTopologies ` | The comma seperated list of allowed node topologies | ` kubernetes.io/hostname, ` |
106106| ` lvmNode.driverRegistrar.image.registry ` | Registry for csi-node-driver-registrar image| ` k8s.gcr.io/ ` |
Original file line number Diff line number Diff line change 22# This is a YAML-formatted file.
33# Declare variables to be passed into your templates.
44release :
5- version : " 0.9 .0"
5+ version : " 1.0 .0"
66
77imagePullSecrets :
88# - name: "image-pull-secret"
@@ -135,7 +135,7 @@ lvmPlugin:
135135 repository : openebs/lvm-driver
136136 pullPolicy : IfNotPresent
137137 # Overrides the image tag whose default is the chart appVersion.
138- tag : 0.9 .0
138+ tag : 1.0 .0
139139 ioLimits :
140140 enabled : false
141141 containerRuntime : containerd
You can’t perform that action at this time.
0 commit comments