Skip to content

Commit c97c4a7

Browse files
chore(helm): helm release tag change (#278)
Signed-off-by: Abhilash Shetty <[email protected]>
1 parent c6dbe6a commit c97c4a7

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: 1.3.1
5-
appVersion: 1.3.0
4+
version: 1.4.0
5+
appVersion: 1.4.0
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: https://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: "1.3.0"
5+
version: "1.4.0"
66

77
imagePullSecrets:
88
# - name: "image-pull-secret"
@@ -149,7 +149,7 @@ lvmPlugin:
149149
repository: openebs/lvm-driver
150150
pullPolicy: IfNotPresent
151151
# Overrides the image tag whose default is the chart appVersion.
152-
tag: 1.3.0
152+
tag: 1.4.0
153153
ioLimits:
154154
enabled: false
155155
containerRuntime: containerd

0 commit comments

Comments
 (0)