Skip to content

Commit

Permalink
fix: add deepflow_llm user_name (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-wangzhi authored Jul 30, 2024
1 parent 8f8498c commit 4cfd080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/deepflow-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/deepflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions charts/deepflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4cfd080

Please sign in to comment.