ci: disable postgres by default in helm charts (#23155)
This commit is contained in:
parent
5c459d88da
commit
44d1837678
|
|
@ -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.1
|
||||
version: 2.0.2
|
||||
dependencies:
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
|
|
|
|||
|
|
@ -307,3 +307,4 @@ 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