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.5.1
5- appVersion : 0.5 .0
4+ version : 0.6.0
5+ appVersion : 0.6 .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 @@ -78,7 +78,7 @@ The following table lists the configurable parameters of the OpenEBS LVM Localpv
7878| ` lvmPlugin.image.registry ` | Registry for openebs-lvm-plugin image| ` "" ` |
7979| ` lvmPlugin.image.repository ` | Image repository for openebs-lvm-plugin| ` openebs/lvm-driver ` |
8080| ` lvmPlugin.image.pullPolicy ` | Image pull policy for openebs-lvm-plugin| ` IfNotPresent ` |
81- | ` lvmPlugin.image.tag ` | Image tag for openebs-lvm-plugin| ` 0.5 .0 ` |
81+ | ` lvmPlugin.image.tag ` | Image tag for openebs-lvm-plugin| ` 0.6 .0 ` |
8282| ` lvmNode.driverRegistrar.image.registry ` | Registry for csi-node-driver-registrar image| ` k8s.gcr.io/ ` |
8383| ` lvmNode.driverRegistrar.image.repository ` | Image repository for csi-node-driver-registrar| ` sig-storage/csi-node-driver-registrar ` |
8484| ` lvmNode.driverRegistrar.image.pullPolicy ` | Image pull policy for csi-node-driver-registrar| ` IfNotPresent ` |
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.5 .0"
5+ version : " 0.6 .0"
66
77imagePullSecrets :
88# - name: "image-pull-secret"
@@ -126,7 +126,7 @@ lvmPlugin:
126126 repository : openebs/lvm-driver
127127 pullPolicy : IfNotPresent
128128 # Overrides the image tag whose default is the chart appVersion.
129- tag : 0.5 .0
129+ tag : 0.6 .0
130130 ioLimits :
131131 enabled : false
132132 containerRuntime : containerd
You can’t perform that action at this time.
0 commit comments