mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
[stable/zfs-localpv]: update charts to 1.7.0 (#329)
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
parent
7cdfce078e
commit
4fce22afb5
4 changed files with 7 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
name: zfs-localpv
|
||||
description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
|
||||
version: 1.6.1
|
||||
appVersion: 1.6.0
|
||||
version: 1.7.0
|
||||
appVersion: 1.7.0
|
||||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
|
||||
home: http://www.openebs.io/
|
||||
keywords:
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ spec:
|
|||
type: string
|
||||
- description: Node where the volume is created
|
||||
jsonPath: .spec.ownerNodeID
|
||||
name: Node
|
||||
name: NodeID
|
||||
type: string
|
||||
- description: Size of the volume
|
||||
jsonPath: .spec.capacity
|
||||
|
|
|
|||
|
|
@ -64,11 +64,11 @@ spec:
|
|||
image: "{{ .Values.zfsPlugin.image.registry }}{{ .Values.zfsPlugin.image.repository }}:{{ .Values.zfsPlugin.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.zfsPlugin.image.pullPolicy }}
|
||||
args:
|
||||
- "--nodeid=$(OPENEBS_NODE_ID)"
|
||||
- "--nodename=$(OPENEBS_NODE_NAME)"
|
||||
- "--endpoint=$(OPENEBS_CSI_ENDPOINT)"
|
||||
- "--plugin=$(OPENEBS_NODE_DRIVER)"
|
||||
env:
|
||||
- name: OPENEBS_NODE_ID
|
||||
- name: OPENEBS_NODE_NAME
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
release:
|
||||
version: "1.6.0"
|
||||
version: "1.7.0"
|
||||
|
||||
imagePullSecrets:
|
||||
# - name: "image-pull-secret"
|
||||
|
|
@ -123,7 +123,7 @@ zfsPlugin:
|
|||
repository: openebs/zfs-driver
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: 1.6.0
|
||||
tag: 1.7.0
|
||||
|
||||
role: openebs-zfs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue