Skip to content

Releases: mvitale1989/helm-taiga

helm-taiga-0.2.5

19 Jun 21:56
Compare
Choose a tag to compare

Changes

  • Feature: support the networking.k8s.io/v1 Ingress resource. Thanks to @hedhyw for the contribution
  • Feature: support the ingressClassName parameter on for the Ingress resource
  • Bump the bitnami/postgres chart dependency version to 10.16.3, as 10.2.1 did not exist anymore
  • Documentation fixes

helm-taiga-0.2.4

19 Jun 21:35
Compare
Choose a tag to compare

Changes

  • Feature: this repo's Github Pages URL now acts as a helm repo, making it easier to install the chart
  • Fix: it's now possible to use the chart with kubernetes pre-releases. Thanks to @KiaraGrouwstra for the contribution

helm-taiga-0.2.3

27 Mar 02:49
Compare
Choose a tag to compare

Changes

It's not mandatory to specify taiga.dbHost anymore: its value gets automatically populated for you now, and points to the postgresql embedded in this chart.

Upgrade instructions

If you're using the postgresql that gets installed by this chart, you can remove the taiga.dbHost value from your values.yaml file.

If you rely on an external postgresql installation, you still need to specify taiga.dbHost.

helm-taiga-0.2.2

09 Jan 01:02
Compare
Choose a tag to compare

Changes

How to upgrade from 0.2.1 to 0.2.2

tl;dr: you most probably need to only rename the variable postgresql.postgresPassword to postgresql.postgresqlPassword

The long story: the upstream Postgresql chart changed, so there may be some variables that you need to update in your helm releases' values, under the postgresql object. The most notable one is that postgresql.postgresPassword got renamed to postgresql.postgresqlPassword, but you should refer to the upstream bitnami postgresql chart to fully review if there's any other value you need to update.

helm-taiga-0.2.1

07 Mar 11:48
c48250b
Compare
Choose a tag to compare

Add LDAP parameters

Thanks to @zakkg3 for the contribution

helm-taiga-0.2.0

17 Mar 22:54
Compare
Choose a tag to compare
Merge branch 'update-image'