From bc8c4ae87c5fb90e1f9012dd979dd4ee46838f07 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 29 Aug 2024 17:29:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/deepflow-agent/Chart.yaml | 2 +- charts/deepflow/Chart.yaml | 2 +- charts/deepflow/templates/server-deployment.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/deepflow-agent/Chart.yaml b/charts/deepflow-agent/Chart.yaml index e036404..406b6ad 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: 6.6.001 +version: 6.6.002 appVersion: "6.6.4" kubeVersion: ">=1.16.0-0" sources: diff --git a/charts/deepflow/Chart.yaml b/charts/deepflow/Chart.yaml index fd74bdc..514b4e4 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: 6.6.001 +version: 6.6.002 appVersion: "6.6.4" kubeVersion: ">=1.16.0-0" sources: diff --git a/charts/deepflow/templates/server-deployment.yaml b/charts/deepflow/templates/server-deployment.yaml index af7616a..f0050d0 100644 --- a/charts/deepflow/templates/server-deployment.yaml +++ b/charts/deepflow/templates/server-deployment.yaml @@ -17,8 +17,8 @@ spec: {{- with .Values.server.podAnnotations }} {{- toYaml . | nindent 8 }} {{- end }} - checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} - checksum/customConfig: {{ sha256sum (print (tpl (toYaml .Values.configmap) $)) }} + checksum/config: "{{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}" + checksum/customConfig: "{{ print (tpl (toYaml .Values.configmap) $) | sha256sum }}" labels: {{- include "deepflow-server.selectorLabels" . | nindent 8 }} {{- range $index, $values := .Values.server.featureFlag }}