Skip to content

Commit

Permalink
chore(release): bump up the release to 1.9.3 (#388)
Browse files Browse the repository at this point in the history
update app(driver) and chart verisons to 1.9.3 and 1.9.8
respectively.

Signed-off-by: kmova <[email protected]>
  • Loading branch information
kmova authored Sep 17, 2021
1 parent d7115ee commit f0f4da3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: zfs-localpv
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/
version: 1.9.7
appVersion: 1.9.1
version: 1.9.8
appVersion: 1.9.3
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: http://www.openebs.io/
keywords:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
release:
version: "1.9.1"
version: "1.9.3"

imagePullSecrets:
# - name: "image-pull-secret"
Expand Down Expand Up @@ -133,7 +133,7 @@ zfsPlugin:
repository: openebs/zfs-driver
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 1.9.1
tag: 1.9.3

role: openebs-zfs

Expand Down

0 comments on commit f0f4da3

Please sign in to comment.