gitlab-org--gitlab-foss/changelogs/unreleased/fix-autodevops-postgres-versioning.yml
Brandon Dimcheff f3673b87cc add postgres version to subsequent helm deploys
If the postgres image version isn't passed to upgrades, helm will revert to the default postgres version. If it crosses incompatible version boundaries, this will break postgres horribly, as it won't be able to read the data files.
2019-05-28 02:59:27 +00:00

5 lines
187 B
YAML

---
title: Fixed ignored postgres version that occurs after the first autodevops deploy when specifying custom $POSTGRES_VERSION
merge_request: 28735
author: Brandon Dimcheff
type: fixed