diff --git a/incubator/zookeeper/Chart.yaml b/incubator/zookeeper/Chart.yaml index b110286983..e119a27cce 100644 --- a/incubator/zookeeper/Chart.yaml +++ b/incubator/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ name: zookeeper home: https://zookeeper.apache.org/ -version: 1.1.1 +version: 1.1.2 appVersion: 3.4.10 description: Centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. diff --git a/incubator/zookeeper/templates/statefulset.yaml b/incubator/zookeeper/templates/statefulset.yaml index 14d348fb5b..7a5a0a3698 100644 --- a/incubator/zookeeper/templates/statefulset.yaml +++ b/incubator/zookeeper/templates/statefulset.yaml @@ -11,7 +11,6 @@ metadata: spec: serviceName: {{ template "zookeeper.fullname" . }}-headless replicas: {{ .Values.replicaCount }} - terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }} selector: matchLabels: app: {{ template "zookeeper.name" . }} @@ -39,6 +38,7 @@ spec: {{- end }} {{- end }} spec: + terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }} {{- if .Values.schedulerName }} schedulerName: "{{ .Values.schedulerName }}" {{- end }}