Skip to content

Commit

Permalink
更新 helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Aug 29, 2024
1 parent 1b8f6d4 commit 9bd9ac9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/deepflow-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/deepflow-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions charts/deepflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions charts/deepflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9bd9ac9

Please sign in to comment.