Skip to content

Commit c3f12f8

Browse files
[stable/lvm]: update lvm localpv charts to 0.8.0 release (#133)
Signed-off-by: prateekpandey14 <[email protected]>
1 parent 929ae44 commit c3f12f8

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: lvm-localpv
33
description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
4-
version: 0.7.2
5-
appVersion: 0.7.0
4+
version: 0.8.0
5+
appVersion: 0.8.0
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: http://www.openebs.io/
88
keywords:

deploy/helm/charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.7.0`|
103+
| `lvmPlugin.image.tag`| Image tag for openebs-lvm-plugin| `0.8.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/`|

deploy/helm/charts/values.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
44
release:
5-
version: "0.7.0"
5+
version: "0.8.0"
66

77
imagePullSecrets:
88
# - name: "image-pull-secret"
@@ -44,8 +44,7 @@ lvmNode:
4444
# cpu: 10m
4545
# memory: 32Mi
4646
## Labels to be added to openebs-lvm node pods
47-
podLabels:
48-
name: openebs-lvm-node
47+
podLabels: {}
4948
nodeSelector: {}
5049
tolerations: []
5150
securityContext: {}
@@ -133,7 +132,7 @@ lvmPlugin:
133132
repository: openebs/lvm-driver
134133
pullPolicy: IfNotPresent
135134
# Overrides the image tag whose default is the chart appVersion.
136-
tag: 0.7.0
135+
tag: 0.8.0
137136
ioLimits:
138137
enabled: false
139138
containerRuntime: containerd

0 commit comments

Comments
 (0)