Skip to content

Commit

Permalink
修复 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-0314 committed Aug 29, 2024
1 parent 9bd9ac9 commit bc8c4ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/deepflow-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/deepflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/deepflow/templates/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit bc8c4ae

Please sign in to comment.