contrib-helm-chart
contrib-helm-chart copied to clipboard
Community maintained Redash Helm Chart
Allows to deploy additional manifests alongside the chart like secrets managed by the aws-secret-operator, external-secrets-operator, vault and others
Hey all! Perhaps I've missed it but I'd like to request to add the ability to install the resources with additional containers (my specific use case is to add GCP...
I have updated the postgresql and redis dependencies of this chart. This introduced a breaking change for the postgresql credentials/secret: 1. Helm values.yaml changes from `postgresql.postgresqlUsername` -> `postgresql.auth.username` 2. Helm...
Hello https://getredash.github.io/contrib-helm-chart/ gives 404 error, makes harder to use Redash helm chart, could you please fix it :)
I've created a pull request #144 which updates the chart dependencies, since Bitnami has REMOVED the postgresql and redis chart versions that this chart uses. Without this patch this repo...
Redash with external postgres throwing Database does not appear to be installed | kubernetes & Helm
Hi Team, we are trying to setup redash using helm chart on kubernetes with external postgres, for the same we are passing the postgres endpoint as a kubernetes secret, below...
# error ## redash main pod ``` redash-859c5f57c5-jlxjs [2023-06-07 08:48:40 +0000] [40] [INFO] Booting worker with pid: 40 redash-859c5f57c5-jlxjs [2023-06-07 08:48:49 +0000] [7] [CRITICAL] WORKER TIMEOUT (pid:13) redash-859c5f57c5-jlxjs [2023-06-07 08:48:49...
Related to: https://github.com/getredash/redash/issues/5836
This helm chart supports `redis.existingSecret` as one of its values but this is not stated in the README https://github.com/getredash/contrib-helm-chart/blob/e13e1fe6646ae51bfbe00d3eafd817e3c4af8380/templates/_helpers.tpl#L129-L130