Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Dimcheff <brandon.dimcheff@gmail.com>2019-05-28 05:59:27 +0300
committerStan Hu <stanhu@gmail.com>2019-05-28 05:59:27 +0300
commitf3673b87cc2ff6290f671efaf6514a7863abaf28 (patch)
tree8ac4f5145a3ce9d180bd5a12b26868d5717a92f8 /changelogs
parent2b8d597f2f60243008f58ee63b2264fc72f12215 (diff)
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-autodevops-postgres-versioning.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-autodevops-postgres-versioning.yml b/changelogs/unreleased/fix-autodevops-postgres-versioning.yml
new file mode 100644
index 00000000000..8ddc70f6314
--- /dev/null
+++ b/changelogs/unreleased/fix-autodevops-postgres-versioning.yml
@@ -0,0 +1,5 @@
+---
+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