Skip to content

Commit 83e17b5

Browse files
author
Kiran Mova
authored
chore(release): update the helm to 0.8.2 (#156)
bump up the version of chart and the driver image. Signed-off-by: kmova <[email protected]>
1 parent 2d51969 commit 83e17b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.8.3
5-
appVersion: 0.8.0
4+
version: 0.8.4
5+
appVersion: 0.8.2
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/values.yaml

Lines changed: 2 additions & 2 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.8.0"
5+
version: "0.8.2"
66

77
imagePullSecrets:
88
# - name: "image-pull-secret"
@@ -134,7 +134,7 @@ lvmPlugin:
134134
repository: openebs/lvm-driver
135135
pullPolicy: IfNotPresent
136136
# Overrides the image tag whose default is the chart appVersion.
137-
tag: 0.8.0
137+
tag: 0.8.2
138138
ioLimits:
139139
enabled: false
140140
containerRuntime: containerd

0 commit comments

Comments
 (0)