From 7afbcfd219b6908c54a008468bddbdefdb5918fc 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 | 8 ++++---- 4 files changed, 9 insertions(+), 9 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..a029efe 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: [] @@ -665,7 +665,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 +834,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