From 4cfd08040415cca333c2f1bc4b2220fb25b24fbb Mon Sep 17 00:00:00 2001 From: clay-wangzhi <34151437+clay-wangzhi@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:35:01 +0800 Subject: [PATCH] fix: add deepflow_llm user_name (#39) --- charts/deepflow-agent/Chart.yaml | 2 +- charts/deepflow/Chart.yaml | 2 +- charts/deepflow/values.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/deepflow-agent/Chart.yaml b/charts/deepflow-agent/Chart.yaml index 9ce7af4..e445674 100644 --- a/charts/deepflow-agent/Chart.yaml +++ b/charts/deepflow-agent/Chart.yaml @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers. name: deepflow-agent engine: gotpl type: application -version: 6.5.011 +version: 6.5.012 appVersion: "6.5.9" kubeVersion: ">=1.16.0-0" sources: diff --git a/charts/deepflow/Chart.yaml b/charts/deepflow/Chart.yaml index 7cc220e..0c29b03 100644 --- a/charts/deepflow/Chart.yaml +++ b/charts/deepflow/Chart.yaml @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers. name: deepflow engine: gotpl type: application -version: 6.5.011 +version: 6.5.012 appVersion: "6.5.9" kubeVersion: ">=1.16.0-0" sources: diff --git a/charts/deepflow/values.yaml b/charts/deepflow/values.yaml index 7576aa5..0fb203b 100644 --- a/charts/deepflow/values.yaml +++ b/charts/deepflow/values.yaml @@ -995,6 +995,7 @@ stella-agent-ce: mysql: host: "{{ if $.Values.global.externalMySQL.enabled }}{{$.Values.global.externalMySQL.ip}}{{ else }}{{ $.Release.Name }}-mysql{{end}}" port: "{{ if $.Values.global.externalMySQL.enabled }}{{$.Values.global.externalMySQL.port}}{{ else }}30130{{end}}" + user_name: "{{ if $.Values.global.externalMySQL.enabled }}{{$.Values.global.externalMySQL.username}}{{ else }}root{{end}}" user_password: "{{ if $.Values.global.externalMySQL.enabled }}{{$.Values.global.externalMySQL.password}}{{ else }}{{ .Values.global.password.mysql }}{{end}}" database: "deepflow_llm"