Skip to content

Commit 91508ee

Browse files
authored
fix: add host field to externalDatabase configuration (#61)
* fix-add-host-field-to-externaldb-configuration * bump-version-for-change
1 parent 5265500 commit 91508ee

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

charts/langflow-ide/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: langflow-ide
33
description: Helm chart for Langflow IDE
44
type: application
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: latest
77
maintainers:
88
- name: Langflow

charts/langflow-ide/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ langflow:
119119
enabled: false
120120
driver: {}
121121
# value: "postgresql"
122+
host: {}
122123
port: {}
123124
user: {}
124125
password: {}

0 commit comments

Comments
 (0)