ci: disable postgres by default in helm charts (#23155)

This commit is contained in:
Goutham Pratapa 2023-05-15 13:13:10 +05:30 committed by GitHub
parent 5c459d88da
commit 44d1837678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 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.1
version: 2.0.2
dependencies:
- condition: redis.enabled
name: redis

View File

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