Skip to content

Commit

Permalink
chore(release): update the helm to 0.8.2 (#156)
Browse files Browse the repository at this point in the history
bump up the version of chart and the driver image.

Signed-off-by: kmova <[email protected]>
  • Loading branch information
kmova authored Sep 17, 2021
1 parent 2d51969 commit 83e17b5
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: lvm-localpv
description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
version: 0.8.3
appVersion: 0.8.0
version: 0.8.4
appVersion: 0.8.2
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: "0.8.0"
version: "0.8.2"

imagePullSecrets:
# - name: "image-pull-secret"
Expand Down Expand Up @@ -134,7 +134,7 @@ lvmPlugin:
repository: openebs/lvm-driver
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.8.0
tag: 0.8.2
ioLimits:
enabled: false
containerRuntime: containerd
Expand Down

0 comments on commit 83e17b5

Please sign in to comment.