diff --git a/charts/deepflow-agent/Chart.yaml b/charts/deepflow-agent/Chart.yaml index e445674..e036404 100644 --- a/charts/deepflow-agent/Chart.yaml +++ b/charts/deepflow-agent/Chart.yaml @@ -3,8 +3,8 @@ description: An automated observability platform for cloud-native developers. name: deepflow-agent engine: gotpl type: application -version: 6.5.012 -appVersion: "6.5.9" +version: 6.6.001 +appVersion: "6.6.4" kubeVersion: ">=1.16.0-0" sources: - https://github.com/deepflowio/deepflow diff --git a/charts/deepflow-agent/values.yaml b/charts/deepflow-agent/values.yaml index 6ca29b8..1458525 100644 --- a/charts/deepflow-agent/values.yaml +++ b/charts/deepflow-agent/values.yaml @@ -19,7 +19,7 @@ image: repository: registry.cn-hongkong.aliyuncs.com/deepflow-ce/deepflow-agent pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: v6.5 + tag: v6.6.4 env: [] diff --git a/charts/deepflow/Chart.yaml b/charts/deepflow/Chart.yaml index 0c29b03..fd74bdc 100644 --- a/charts/deepflow/Chart.yaml +++ b/charts/deepflow/Chart.yaml @@ -3,8 +3,8 @@ description: An automated observability platform for cloud-native developers. name: deepflow engine: gotpl type: application -version: 6.5.012 -appVersion: "6.5.9" +version: 6.6.001 +appVersion: "6.6.4" kubeVersion: ">=1.16.0-0" sources: - https://github.com/deepflowio/deepflow diff --git a/charts/deepflow/values.yaml b/charts/deepflow/values.yaml index 781b524..b03a57b 100644 --- a/charts/deepflow/values.yaml +++ b/charts/deepflow/values.yaml @@ -69,11 +69,11 @@ global: image: server: repository: "{{ .Values.global.image.repository }}/deepflow-server" - tag: v6.5 + tag: v6.6.4 pullPolicy: "{{ .Values.global.image.pullPolicy }}" app: repository: "{{ .Values.global.image.repository }}/deepflow-app" - tag: v6.5 + tag: v6.6.4 pullPolicy: "{{ .Values.global.image.pullPolicy }}" imagePullSecrets: [] @@ -330,7 +330,8 @@ configmap: port: 9000 host: '{{ if eq $.Values.storageEngine "clickhouse" }}{{ if $.Values.global.externalClickHouse.enabled }}{{ $.Release.Name }}-external-clickhouse{{ else }}{{ $.Release.Name }}-clickhouse{{ end }}{{ else }}{{ $.Release.Name }}-byconity-server{{ end }}' user-password: "{{ if $.Values.global.externalClickHouse.enabled }}{{ $.Values.global.externalClickHouse.password }}{{ else }}{{ .Values.global.password.clickhouse }}{{end}}" - endpoint-tcp-port-name: '{{ if eq $.Values.storageEngine "clickhouse" }}tcp-port{{ else }}port0{{ end }}' trisolaris: + endpoint-tcp-port-name: '{{ if eq $.Values.storageEngine "clickhouse" }}tcp-port{{ else }}port0{{ end }}' + trisolaris: chrony: host: "{{ tpl .Values.global.ntpServer . }}" port: 123 @@ -665,7 +666,7 @@ deepflow-agent: repository: "{{ .Values.global.image.repository }}/deepflow-agent" pullPolicy: "{{ .Values.global.image.pullPolicy }}" # Overrides the image tag whose default is the chart appVersion. - tag: v6.5 + tag: v6.6.4 imagePullSecrets: [] nameOverride: "" @@ -834,7 +835,7 @@ grafana: extraInitContainers: - name: init-custom-plugins - image: "{{ .Values.global.image.repository }}/deepflowio-init-grafana:v6.5" + image: "{{ .Values.global.image.repository }}/deepflowio-init-grafana:v6.6.4" imagePullPolicy: "{{ tpl .Values.global.image.pullPolicy . }}" volumeMounts: - name: custom-plugins