helm-charts
helm-charts copied to clipboard
Repository for RocketChat helm charts
Updating logic for chat-deployment pod and container level securityContext to match other templates with a bit extra resiliency to be able to handle empty array if necessary. For issue #113
Closes In the Helm chart toleration missed #89
dial tcp 10.X.X.X:3000: connect: connection refused (CrashLoopBackOff on rocketchat-rocketchat pod)
Deploying this Helm chart, the first thing I see is this: ``` [root@kube2-lon rocketchat]# k get pods -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES...
As I understand, posgresql is usefull only if federation is enable. If true, postgresql may be deployed only if .Values.postgresql.enabled AND .Values.federation.enabled
Hi, Version: 6.7.6 We are using the following values: ```yaml smtp: enabled: true existingSecret: es-mail ``` I can confirm the `MAIL_URL` env variable is set (`mail-url: smtp://xxxx@xxxx:[email protected]:587 ` However email...
We need to setup the initial admin. Is it possible to add the necessary env vars in an extra secret? We tried adding these in the existing mongodbsecret but the...
Updating App Version to 6.5.0
Hi everyone, # tl;dr If there is a new version of Rocket.Chat, helm chart is not neccessarily going to have another release of the same version. Unless there is actually...
This PR updates the RocketChat helm chart to version 6.4.8
Hi, I experience some issues deploying the helm chart v6.4.4 in a test environment. The [`user_set_role_clusterMonitor.sh`](https://github.com/RocketChat/helm-charts/blob/6.4.4/rocketchat/templates/mongodb-init-configmap.yaml#L16) generated in `mongodb-init-configmap.yaml` appears to cause some issues. Log from the pod: ``` mongodb...