Skip to content

Commit

Permalink
chore: change zfs-controller to a deployment from statefulset
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait committed Mar 20, 2024
1 parent 6888ac7 commit 8968dde
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
9 changes: 1 addition & 8 deletions 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.4.2
version: 2.5.0
appVersion: 2.4.2
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: https://openebs.io/
Expand All @@ -14,10 +14,3 @@ keywords:
- storage
sources:
- https://github.com/openebs/zfs-localpv
maintainers:
- name: xUnholy
email: [email protected]
- name: prateekpandey14
email: [email protected]
- name: pawanpraka1
email: [email protected]
2 changes: 1 addition & 1 deletion deploy/helm/charts/templates/zfs-contoller.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: StatefulSet
kind: Deployment
metadata:
name: {{ template "zfslocalpv.fullname" . }}-controller
namespace: {{ .Release.Namespace }}
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ zfsNode:
additionalVolumes: {}

# zfsController contains the configurables for
# the zfs controller statefulset
# the zfs controller deployment
zfsController:
componentName: openebs-zfs-controller
initContainers: {}
Expand Down Expand Up @@ -138,7 +138,7 @@ zfsController:


# zfsPlugin is the common csi container used by the
# controller statefulset and node daemonset
# controller deployment and node daemonset
zfsPlugin:
name: "openebs-zfs-plugin"
image:
Expand Down
2 changes: 1 addition & 1 deletion deploy/zfs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,7 @@ description: "This priority class should be used for the OpenEBS ZFS localPV CSI

---

kind: StatefulSet
kind: Deployment
apiVersion: apps/v1
metadata:
name: openebs-zfs-controller
Expand Down

0 comments on commit 8968dde

Please sign in to comment.