Skip to content

Commit

Permalink
paas-auditor: use postgresql 13 initial database
Browse files Browse the repository at this point in the history
this will of course have no effect on our existing deployments
which will need manual upgrading.
  • Loading branch information
risicle committed Sep 25, 2023
1 parent 50792a8 commit 1882f19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions concourse/pipelines/create-cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5217,9 +5217,9 @@ jobs:
cf target -o admin -s billing
if grep -q '^(prod\|prod-lon\|stg-lon)$' <<< "$DEPLOY_ENV"; then
plan="small-11"
plan="small-13"
else
plan="tiny-unencrypted-11"
plan="tiny-unencrypted-13"
fi
if cf service auditor-db --guid; then
Expand All @@ -5232,6 +5232,8 @@ jobs:
echo "Waiting for create/update of service to complete..."
sleep 30
done
# for display
cf service auditor-db
cf push paas-auditor -f manifest.yml \
--var cf_client_id="$CF_CLIENT_ID" \
Expand Down

0 comments on commit 1882f19

Please sign in to comment.