update: disable postgres by default in helm (#26614)

Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
This commit is contained in:
Goutham Pratapa 2023-09-04 16:55:37 +05:30 committed by GitHub
parent a0a4d2bf70
commit e183d870bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ sources:
- https://github.com/appsmithorg/appsmith
home: https://www.appsmith.com/
icon: https://assets.appsmith.com/appsmith-icon.png
version: 2.0.3
version: 2.0.4
dependencies:
- condition: redis.enabled
name: redis

View File

@ -103,6 +103,9 @@ spec:
volumeMounts:
- name: data
mountPath: /appsmith-stacks
env:
- name: APPSMITH_ENABLE_EMBEDDED_DB
value: "0"
envFrom:
- configMapRef:
name: {{ include "appsmith.fullname" . }}

View File

@ -306,4 +306,3 @@ applicationConfig:
APPSMITH_ENCRYPTION_SALT: ""
APPSMITH_CUSTOM_DOMAIN: ""
APPSMITH_DISABLE_IFRAME_WIDGET_SANDBOX: "false"
APPSMITH_ENABLE_EMBEDDED_DB: 0