Skip to content

Commit 624e527

Browse files
feat(helm chart): bump prerelease version (#631)
Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>
1 parent cdfd13b commit 624e527

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/branch_preparation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Modify the chart version based on the tag
2929
run: |
3030
tag=${{ github.ref_name }}
31-
echo "BASE=$(nix-shell --pure --run "./scripts/update-chart-version.sh --tag $tag" ./shell.nix)" >> $GITHUB_ENV
31+
echo "BASE=$(nix-shell --pure --run "./scripts/update-chart-version.sh --tag $tag" ./shell.nix | tail -n 1)" >> $GITHUB_ENV
3232
3333
- name: Create Pull Request to release
3434
if: ${{ env.BASE }}

deploy/helm/charts/Chart.yaml

+3-3
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-prerelease
5-
appVersion: 2.7.0-prerelease
4+
version: 2.7.1-prerelease
5+
appVersion: 2.7.1-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-prerelease
19+
version: 2.7.1-prerelease
2020
condition: crds.enabled
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: crds
3-
version: 2.7.0-prerelease
3+
version: 2.7.1-prerelease
44
description: A Helm chart that collects CustomResourceDefinitions (CRDs) from zfs-localpv.

deploy/helm/charts/values.yaml

+1-1
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-prerelease
146+
tag: 2.7.1-prerelease
147147

148148
role: openebs-zfs
149149

0 commit comments

Comments
 (0)