Skip to content

Commit

Permalink
chore(ci): update helm chart versions and/or git submodules (#592)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: niladrih <[email protected]>
  • Loading branch information
github-actions[bot] and niladrih authored Oct 10, 2024
1 parent e0180e6 commit 20075cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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: 2.6.2-prerelease
appVersion: 2.6.2-prerelease
version: 2.6.3-prerelease
appVersion: 2.6.3-prerelease
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: https://openebs.io/
keywords:
Expand All @@ -16,5 +16,5 @@ sources:
- https://github.com/openebs/zfs-localpv
dependencies:
- name: crds
version: 2.6.2-prerelease
version: 2.6.3-prerelease
condition: crds.enabled
2 changes: 1 addition & 1 deletion deploy/helm/charts/charts/crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: crds
version: 2.6.2-prerelease
version: 2.6.3-prerelease
description: A Helm chart that collects CustomResourceDefinitions (CRDs) from zfs-localpv.
2 changes: 1 addition & 1 deletion deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ zfsPlugin:
repository: openebs/zfs-driver
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 2.6.2-prerelease
tag: 2.6.3-prerelease

role: openebs-zfs

Expand Down

0 comments on commit 20075cf

Please sign in to comment.