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.