From 9bd9ac98e64c5f947e73735c21fefbea19371739 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 29 Aug 2024 17:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20helm=20chart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/deepflow-agent/Chart.yaml | 4 ++-- charts/deepflow-agent/values.yaml | 2 +- charts/deepflow/Chart.yaml | 4 ++-- charts/deepflow/values.yaml | 11 ++++++----- 4 files changed, 11 insertions(+), 10 deletions(-) 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