Commit 5ad97713 authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-autodevops-postgres-versioning' into 'master'

add postgres version to subsequent helm deploys

See merge request gitlab-org/gitlab-ce!28735
parents 2b8d597f f3673b87
---
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
...@@ -432,6 +432,7 @@ rollout 100%: ...@@ -432,6 +432,7 @@ rollout 100%:
--set postgresql.postgresUser="$POSTGRES_USER" \ --set postgresql.postgresUser="$POSTGRES_USER" \
--set postgresql.postgresPassword="$POSTGRES_PASSWORD" \ --set postgresql.postgresPassword="$POSTGRES_PASSWORD" \
--set postgresql.postgresDatabase="$POSTGRES_DB" \ --set postgresql.postgresDatabase="$POSTGRES_DB" \
--set postgresql.imageTag="$POSTGRES_VERSION" \
--set application.migrateCommand="$DB_MIGRATE" \ --set application.migrateCommand="$DB_MIGRATE" \
$HELM_UPGRADE_EXTRA_ARGS \ $HELM_UPGRADE_EXTRA_ARGS \
--namespace="$KUBE_NAMESPACE" \ --namespace="$KUBE_NAMESPACE" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment