Skip to content

Releases: getredash/contrib-helm-chart

redash-3.1.0-alpha9

05 Aug 12:43
8b08dab

Choose a tag to compare

Redash is an open source tool built for teams to query, visualize and collaborate.

redash-3.1.0-alpha8

20 Jun 13:09
ba1cc3f

Choose a tag to compare

Redash is an open source tool built for teams to query, visualize and collaborate.

redash-3.1.0-alpha7

18 Jun 13:05
f36736a

Choose a tag to compare

Redash is an open source tool built for teams to query, visualize and collaborate.

redash-3.1.0-alpha6

17 Apr 09:04

Choose a tag to compare

Redash is an open source tool built for teams to query, visualize and collaborate.

redash-3.1.0-alpha5

14 Apr 18:35

Choose a tag to compare

Redash is an open source tool built for teams to query, visualize and collaborate.

redash-3.1.0-alpha4

13 Apr 16:42

Choose a tag to compare

Redash is an open source tool built for teams to query, visualize and collaborate.

redash-3.1.0-alpha3

12 Apr 22:20

Choose a tag to compare

Redash is an open source tool built for teams to query, visualize and collaborate.

redash-3.1.0-alpha2

12 Apr 21:08
abe36a0

Choose a tag to compare

Redash is an open source tool built for teams to query, visualize and collaborate.

redash-3.1.0-alpha1

11 Apr 11:31

Choose a tag to compare

Redash is an open source tool built for teams to query, visualize and collaborate.

Breaking changes!

Please read migration from 3.0 to 3.1 section

Changelog:

  • Migrated pipelines from CircleCI to GitHub Actions
  • Added ability to specify extra containers for all deployments using server.extraContainers, scheduler.extraContainers and workers.<worker-type>.extraContainers variables
  • Added ability to set probes for scheduler and workers using scheduler.livenessProbe and workers.<worker-type>.livenessProbe variables
  • Added ability to set load balancer traffic policy using service.extrnalTrafficPolicy variable
  • Added ability to manage secrets independently using redash.selfManagedSecrets variable
  • Added ability to deploy extra manifests using extraObjects variable