mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +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
|
apiVersion: v2
|
||||||
name: zfs-localpv
|
name: zfs-localpv
|
||||||
description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
|
description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
|
||||||
version: 1.6.1
|
version: 1.7.0
|
||||||
appVersion: 1.6.0
|
appVersion: 1.7.0
|
||||||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
|
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
|
||||||
home: http://www.openebs.io/
|
home: http://www.openebs.io/
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
- description: Node where the volume is created
|
- description: Node where the volume is created
|
||||||
jsonPath: .spec.ownerNodeID
|
jsonPath: .spec.ownerNodeID
|
||||||
name: Node
|
name: NodeID
|
||||||
type: string
|
type: string
|
||||||
- description: Size of the volume
|
- description: Size of the volume
|
||||||
jsonPath: .spec.capacity
|
jsonPath: .spec.capacity
|
||||||
|
|
|
||||||
|
|
@ -64,11 +64,11 @@ spec:
|
||||||
image: "{{ .Values.zfsPlugin.image.registry }}{{ .Values.zfsPlugin.image.repository }}:{{ .Values.zfsPlugin.image.tag }}"
|
image: "{{ .Values.zfsPlugin.image.registry }}{{ .Values.zfsPlugin.image.repository }}:{{ .Values.zfsPlugin.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.zfsPlugin.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.zfsPlugin.image.pullPolicy }}
|
||||||
args:
|
args:
|
||||||
- "--nodeid=$(OPENEBS_NODE_ID)"
|
- "--nodename=$(OPENEBS_NODE_NAME)"
|
||||||
- "--endpoint=$(OPENEBS_CSI_ENDPOINT)"
|
- "--endpoint=$(OPENEBS_CSI_ENDPOINT)"
|
||||||
- "--plugin=$(OPENEBS_NODE_DRIVER)"
|
- "--plugin=$(OPENEBS_NODE_DRIVER)"
|
||||||
env:
|
env:
|
||||||
- name: OPENEBS_NODE_ID
|
- name: OPENEBS_NODE_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
release:
|
release:
|
||||||
version: "1.6.0"
|
version: "1.7.0"
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
# - name: "image-pull-secret"
|
# - name: "image-pull-secret"
|
||||||
|
|
@ -123,7 +123,7 @@ zfsPlugin:
|
||||||
repository: openebs/zfs-driver
|
repository: openebs/zfs-driver
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: 1.6.0
|
tag: 1.7.0
|
||||||
|
|
||||||
role: openebs-zfs
|
role: openebs-zfs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue