## Description - Updated ngnix as default ingress class in `values.yaml` - Upgraded mongo's deployment image to `v5.0.12` as the previous 4.4.11 is deprecated - Added `imagePullSecrets` to enable pulling images from private docker registries - Added conditional to check for k8s version >=1.1.8 to handle both old and new k8s version scenarios for setting up the Ingress controller class name. Co-authored-by: Goutham Pratapa <goutham@appsmith.com>
27 lines
732 B
YAML
27 lines
732 B
YAML
annotations:
|
|
category: Application
|
|
apiVersion: v2
|
|
appVersion: "1.16.0"
|
|
name: appsmith
|
|
type: application
|
|
description: Appsmith is an open source framework to build admin panels, CRUD apps and workflows. Build everything you need, 10x faster.
|
|
maintainers:
|
|
- email: tech@appsmith.com
|
|
name: Appsmith
|
|
sources:
|
|
- https://github.com/appsmithorg/appsmith
|
|
home: https://www.appsmith.com/
|
|
icon: https://assets.appsmith.com/appsmith-icon.png
|
|
version: 2.0.0
|
|
dependencies:
|
|
- condition: redis.enabled
|
|
name: redis
|
|
version: 17.0.10
|
|
appVersion: 6.0.2
|
|
repository: https://charts.bitnami.com/bitnami
|
|
- condition: mongodb.enabled
|
|
name: mongodb
|
|
version: 13.6.0
|
|
appVersion: 5.0.12
|
|
repository: https://charts.bitnami.com/bitnami
|