Skip to content

helm-taiga-0.2.2

Compare
Choose a tag to compare
@mvitale1989 mvitale1989 released this 09 Jan 01:02
· 11 commits to master since this release

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.