Commit 8bddaa50 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Merge branch 'change-install-postgres-error-to-specify-POSTGRES_VERSION' into 'master'

Clarify min POSTGRES_VERSION over image tag

See merge request gitlab-org/cluster-integration/auto-deploy-image!75
parents 817d4554 2d81035d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ function install_postgresql() {
  fi

  if [[ "$POSTGRES_VERSION" == "9.6.2" ]]; then
    echo "The minimum supported image tag for AUTO_DEVOPS_POSTGRES_CHANNEL:2 is 9.6.16"
    echo "The minimum supported POSTGRES_VERSION for AUTO_DEVOPS_POSTGRES_CHANNEL:2 is 9.6.16"

    exit 1
  fi