contrib-helm-chart icon indicating copy to clipboard operation
contrib-helm-chart copied to clipboard

Community maintained Redash Helm Chart

Results 48 contrib-helm-chart issues
Sort by recently updated
recently updated
newest added

Hello! We're setting up Redash using the helmchart provided and using the following value: ``` redash: selfManagedSecrets: true envSecretName: redash ``` Our secret looks like this: ``` apiVersion: v1 data:...

We migrated from the hosted installation into K8S using this chart, thank you for your work! During the migration we copy-pasted PostgreSQL database and had noticed that the helm chart...

this seems doesn't work: - 04f74c51d88decbbbb24e0739d5c696e43c19721 When I tried to use `extraObjects`, I got this error. ``` Error: Unable to continue with install: ManagedCertificate "redash-ssl-cert" in namespace "default" exists and...

## What add migrations.extraContainers option. It looks that this option was missed in 707adce8001c161495b7fa01f48a12121c9ca195. ## Why Because I want to use Cloud SQL Proxy as a sidecar on the migrations...

This PR aims at upgrading the chart to the latest 25.1.0 release. It introduces a new environment variable `REDASH_REDIS_URL` as creation of it at runtime [was removed](https://github.com/getredash/redash/pull/6967/files#diff-e81142671f0a25b82f4b554539412c6df3ae13fade65443705780549f0485591L5). See https://github.com/getredash/redash/issues/7072 for...

default behavior remains but if there is a postgres existing secret use that along with the specified userPasswordKey

- update`redash.selfManagedSecrets` descrption - add `redash.existingSecret` https://github.com/getredash/contrib-helm-chart/blob/8b08dab164d9426d847df394e932fd902f01439b/charts/redash/templates/secrets.yaml#L1

Hello, The default value of `postgresql.auth.password` in `values.yaml` is set to null, which can lead to errors in certain situations. ``` Error: values don't meet the specifications of the schema(s)...