Shrikant Sharat Kandula
d25b94fe50
chore: Remove unneeded exposing of 9001 port ( #30499 )
...
We're already using `/supervisor` for this, and don't expect anyone to
hit the port directly.
2024-01-22 15:06:08 +05:30
Goutham Pratapa
b4baf61bba
fix appsmith-ce helm chart ( #28523 )
2023-10-31 16:57:06 +05:30
Shrikant Sharat Kandula
8eea00146f
fix: Remove duplicate securityContext key ( #28268 )
...
Part of fix for #28242 .
2023-10-24 13:37:05 +05:30
Goutham Pratapa
7728f9bf75
Fix images with vulnerabilities ( #27733 )
...
Fixes: [27523](https://github.com/appsmithorg/appsmith/issues/27523 )
2023-10-12 11:20:24 +05:30
Sumesh Pradhan
dfff7c4a9f
chore: disable allowprivilegeescalation in the securitycontext of helm chart ( #27041 )
...
Updated` appsmith/appsmith` helm-chart to` 2.0.5` with
`allowPrivilegeEscalation` disabled.
2023-09-12 11:18:03 +05:30
Goutham Pratapa
e183d870bf
update: disable postgres by default in helm ( #26614 )
...
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2023-09-04 16:55:37 +05:30
Goutham Pratapa
6faaf791d2
fix: redis-url when deploying appsmith via helm ( #25689 )
...
Fixes: [25688](https://github.com/appsmithorg/appsmith/issues/25688 )
2023-07-31 14:55:57 +05:30
Goutham Pratapa
82c5c0b580
chore: update init-container images and update probes ( #23401 )
...
Fixes: [21271](https://github.com/appsmithorg/appsmith/issues/21272 )
Fixes: [221](https://github.com/appsmithorg/cloud-deployment/issues/221 )
Fixes: [24020](https://github.com/appsmithorg/appsmith/issues/24020 )
2023-07-07 10:01:43 +05:30
Sumesh Pradhan
c93ed4f54c
fix: helm install values checks ( #19296 )
...
## 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>
2023-01-17 13:01:28 +05:30
ps-xaf
72c17fcbf4
feat: override helm chart images for init containers ( #18834 )
...
Small enhancement to permit usage of different image registries
Co-authored-by: Christian Körner <ck@ps-xaf.de>
2023-01-02 14:56:15 +05:30
Goutham Pratapa
5c5fbaa9f0
Fix redis sub chart name in helm chart ( #17866 )
...
Currently, the helm chart has a minor bug where the chart name is
hard-coded. This fix addresses the issue
2022-10-28 10:25:17 +05:30
Goutham Pratapa
97a3f2a30c
fix: Add mongo/redis to helm chart dependencies ( #16096 )
2022-10-14 16:15:49 +05:30
Shrikant Sharat Kandula
25ab8f5983
Add startupProbe to Appsmith pods ( #15702 )
...
This is so that the `livenessProbe` doesn't aggressively
restart the pod before the Appsmith container is live.
2022-08-04 15:58:18 +05:30
Amit Kumar
6715d3a681
Pod labels can be configured from Helm values ( #15352 )
2022-08-04 15:21:23 +05:30
Sumesh Pradhan
41b9df2657
Support getting values from secrets in helm chart configuration ( #12633 )
2022-05-04 16:21:15 +05:30
geekup-legodevops
95776e6454
Remove unnecessary variables in Helm chart & refactor templates ( #12011 )
2022-03-24 13:09:27 +05:30