Releases: mvitale1989/helm-taiga
helm-taiga-0.2.5
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
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
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
Changes
- (BREAKING CHANGE) Update postgresql dependency: migrate away from the now defunct helm2 repo (https://kubernetes-charts.storage.googleapis.com/) to the bitnami repo (https://charts.bitnami.com/bitnami)
- Support Ingress version
networking.k8s.io/v1beta1
, for k8s clusters with version>=0.14
. Thanks to @fujexo for the contribution
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
Add LDAP parameters
Thanks to @zakkg3 for the contribution
helm-taiga-0.2.0
Merge branch 'update-image'