mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
docs: update changelog & chart docs
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com> Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
This commit is contained in:
parent
01ce19979d
commit
c6de6036d9
5 changed files with 10 additions and 5 deletions
|
|
@ -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.2.0
|
||||
appVersion: 2.2.0
|
||||
version: 2.3.0
|
||||
appVersion: 2.3.0
|
||||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
|
||||
home: https://openebs.io/
|
||||
keywords:
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ The following table lists the configurable parameters of the OpenEBS ZFS Localpv
|
|||
| `zfsPlugin.image.registry`| Registry for openebs-zfs-plugin image| `""`|
|
||||
| `zfsPlugin.image.repository`| Image repository for openebs-zfs-plugin| `openebs/zfs-driver`|
|
||||
| `zfsPlugin.image.pullPolicy`| Image pull policy for openebs-zfs-plugin| `IfNotPresent`|
|
||||
| `zfsPlugin.image.tag`| Image tag for openebs-zfs-plugin| `2.2.0`|
|
||||
| `zfsPlugin.image.tag`| Image tag for openebs-zfs-plugin| `2.3.0`|
|
||||
| `zfsNode.allowedTopologyKeys`| Custom topology keys required for provisioning| `"kubernetes.io/hostname,"`|
|
||||
| `zfsNode.driverRegistrar.image.registry`| Registry for csi-node-driver-registrar image| `registry.k8s.io/`|
|
||||
| `zfsNode.driverRegistrar.image.repository`| Image repository for csi-node-driver-registrar| `sig-storage/csi-node-driver-registrar`|
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
release:
|
||||
version: "2.2.0"
|
||||
version: "2.3.0"
|
||||
|
||||
imagePullSecrets:
|
||||
# - name: "image-pull-secret"
|
||||
|
|
@ -143,7 +143,7 @@ zfsPlugin:
|
|||
repository: openebs/zfs-driver
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: 2.2.0
|
||||
tag: 2.3.0
|
||||
|
||||
role: openebs-zfs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue