Skip to content

Commit

Permalink
feat(charts): helm chart changes for 2.3.1 (#472)
Browse files Browse the repository at this point in the history
* fix(helm): add namespace to DaemonSet & StatefulSet

Signed-off-by: Technofab <[email protected]>
Signed-off-by: Niladri Halder <[email protected]>

* feat(charts): helm chart changes for 2.3.1

Signed-off-by: Niladri Halder <[email protected]>

---------

Signed-off-by: Technofab <[email protected]>
Signed-off-by: Niladri Halder <[email protected]>
Co-authored-by: Technofab <[email protected]>
  • Loading branch information
niladrih and TECHNOFAB11 committed Aug 31, 2023
1 parent f1fea79 commit b331f27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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.3.0
version: 2.3.1
appVersion: 2.3.0
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: https://openebs.io/
Expand Down
1 change: 1 addition & 0 deletions deploy/helm/charts/templates/zfs-contoller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "zfslocalpv.fullname" . }}-controller
namespace: {{ .Release.Namespace }}
{{- with .Values.zfsController.annotations }}
annotations: {{ toYaml . | nindent 4 }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions deploy/helm/charts/templates/zfs-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ kind: DaemonSet
apiVersion: apps/v1
metadata:
name: {{ template "zfslocalpv.fullname" . }}-node
namespace: {{ .Release.Namespace }}
{{- with .Values.zfsNode.annotations }}
annotations: {{ toYaml . | nindent 4 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion 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: "2.3.0"
version: "2.3.1"

imagePullSecrets:
# - name: "image-pull-secret"
Expand Down

0 comments on commit b331f27

Please sign in to comment.