diff --git a/charts/deepflow-agent/Chart.yaml b/charts/deepflow-agent/Chart.yaml index 8fb0456..7d918ed 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.6.012 -appVersion: "6.6.5" +version: 6.6.013 +appVersion: "6.6.6" 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 e9ededf..0bc2c05 100644 --- a/charts/deepflow-agent/values.yaml +++ b/charts/deepflow-agent/values.yaml @@ -20,7 +20,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.6.5 + tag: v6.6.6 env: [] diff --git a/charts/deepflow/Chart.yaml b/charts/deepflow/Chart.yaml index 4007855..e6c2dae 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.6.012 -appVersion: "6.6.5" +version: 6.6.013 +appVersion: "6.6.6" kubeVersion: ">=1.16.0-0" sources: - https://github.com/deepflowio/deepflow diff --git a/charts/deepflow/values.yaml b/charts/deepflow/values.yaml index 432a2b1..9671386 100644 --- a/charts/deepflow/values.yaml +++ b/charts/deepflow/values.yaml @@ -70,11 +70,11 @@ global: image: server: repository: "{{ .Values.global.image.repository }}/deepflow-server" - tag: v6.6.5 + tag: v6.6.6 pullPolicy: "{{ .Values.global.image.pullPolicy }}" app: repository: "{{ .Values.global.image.repository }}/deepflow-app" - tag: v6.6.5 + tag: v6.6.6 pullPolicy: "{{ .Values.global.image.pullPolicy }}" imagePullSecrets: [] @@ -667,7 +667,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.6.5 + tag: v6.6.6 imagePullSecrets: [] nameOverride: "" @@ -836,7 +836,7 @@ grafana: extraInitContainers: - name: init-custom-plugins - image: "{{ .Values.global.image.repository }}/deepflowio-init-grafana:v6.6.5" + image: "{{ .Values.global.image.repository }}/deepflowio-init-grafana:v6.6.6" imagePullPolicy: "{{ tpl .Values.global.image.pullPolicy . }}" volumeMounts: - name: custom-plugins