diff --git a/charts/deepflow-agent/Chart.yaml b/charts/deepflow-agent/Chart.yaml index 9839c74..7703234 100644 --- a/charts/deepflow-agent/Chart.yaml +++ b/charts/deepflow-agent/Chart.yaml @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers. name: deepflow-agent engine: gotpl type: application -version: 0.1.011 +version: 0.1.012 appVersion: "6.1.1" kubeVersion: ">=1.16.0-0" sources: diff --git a/charts/deepflow/Chart.yaml b/charts/deepflow/Chart.yaml index 2e279f2..a79c983 100644 --- a/charts/deepflow/Chart.yaml +++ b/charts/deepflow/Chart.yaml @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers. name: deepflow engine: gotpl type: application -version: 0.1.011 +version: 0.1.012 appVersion: "6.1.1" kubeVersion: ">=1.16.0-0" sources: diff --git a/charts/deepflow/charts/clickhouse/templates/statefulset.yaml b/charts/deepflow/charts/clickhouse/templates/statefulset.yaml index cf234f9..3a35f1d 100644 --- a/charts/deepflow/charts/clickhouse/templates/statefulset.yaml +++ b/charts/deepflow/charts/clickhouse/templates/statefulset.yaml @@ -11,17 +11,6 @@ spec: replicas: {{ tpl (toString .Values.replicas) . }} podManagementPolicy: {{ tpl .Values.podManagementPolicy . }} serviceName: {{ include "clickhouse.fullname" . }}-headless - selector: - matchLabels: - {{- include "clickhouse.selectorLabels" . | nindent 6 }} - template: - metadata: - {{- with .Values.podAnnotations }} - annotations: - {{- toYaml . | nindent 8 }} - {{- end }} - labels: - {{- include "clickhouse.selectorLabels" . | nindent 8 }} selector: matchLabels: {{- include "clickhouse.selectorLabels" . | nindent 6 }}