Skip to content

Commit 9d22d06

Browse files
chore(ci): update helm chart versions and/or git submodules (#623)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Abhinandan-Purkait <Abhinandan-Purkait@users.noreply.github.com>
1 parent e17e4a0 commit 9d22d06

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

deploy/helm/charts/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: zfs-localpv
33
description: Helm chart for CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes. For instructions on how to use this helm chart, see - https://openebs.github.io/zfs-localpv/
4-
version: 2.7.0-develop
5-
appVersion: 2.7.0-develop
4+
version: 2.7.0-prerelease
5+
appVersion: 2.7.0-prerelease
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: https://openebs.io/
88
keywords:
@@ -16,5 +16,5 @@ sources:
1616
- https://github.com/openebs/zfs-localpv
1717
dependencies:
1818
- name: crds
19-
version: 2.7.0-develop
19+
version: 2.7.0-prerelease
2020
condition: crds.enabled
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: crds
3-
version: 2.7.0-develop
3+
version: 2.7.0-prerelease
44
description: A Helm chart that collects CustomResourceDefinitions (CRDs) from zfs-localpv.

deploy/helm/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ zfsPlugin:
143143
repository: openebs/zfs-driver
144144
pullPolicy: IfNotPresent
145145
# Overrides the image tag whose default is the chart appVersion.
146-
tag: 2.7.0-develop
146+
tag: 2.7.0-prerelease
147147

148148
role: openebs-zfs
149149

0 commit comments

Comments
 (0)