diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 0ef50f8..da65336 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -4,7 +4,7 @@ description: Helm chart for OpenEBS Dynamic NFS PV. For instructions to install type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.3.1 +version: 0.3.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. appVersion: 0.3.0 diff --git a/deploy/helm/charts/templates/clusterrole.yaml b/deploy/helm/charts/templates/clusterrole.yaml index cd6cf84..a4accbc 100644 --- a/deploy/helm/charts/templates/clusterrole.yaml +++ b/deploy/helm/charts/templates/clusterrole.yaml @@ -37,7 +37,7 @@ rules: - nonResourceURLs: ["/metrics"] verbs: ["get"] -{{- if .Values.rbac.pspEnabled}}} +{{- if .Values.rbac.pspEnabled }} --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole diff --git a/deploy/helm/charts/templates/deployment.yaml b/deploy/helm/charts/templates/deployment.yaml index 4579893..756c1e0 100644 --- a/deploy/helm/charts/templates/deployment.yaml +++ b/deploy/helm/charts/templates/deployment.yaml @@ -90,7 +90,7 @@ spec: command: - sh - -c - - test `pgrep -c "^provisioner-nfs.*"` = 1 + - test `pgrep "^provisioner-nfs.*"` = 1 initialDelaySeconds: {{ .Values.nfsProvisioner.healthCheck.initialDelaySeconds }} periodSeconds: {{ .Values.nfsProvisioner.healthCheck.periodSeconds }} {{- if .Values.nfsProvisioner.nodeSelector }}