Commit 2d81035d authored by Lucas Charles's avatar Lucas Charles
Browse files

fix: Clarify min POSTGRES_VERSION over image tag

this should make debugging a bit more clear
when a user is specifying the postgres version
parent ec15b0e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,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