update: disable postgres by default in helm (#26614)
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
This commit is contained in:
parent
a0a4d2bf70
commit
e183d870bf
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" . }}
|
||||
|
|
|
|||
|
|
@ -306,4 +306,3 @@ applicationConfig:
|
|||
APPSMITH_ENCRYPTION_SALT: ""
|
||||
APPSMITH_CUSTOM_DOMAIN: ""
|
||||
APPSMITH_DISABLE_IFRAME_WIDGET_SANDBOX: "false"
|
||||
APPSMITH_ENABLE_EMBEDDED_DB: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user