Skip to content

Commit 7a947c9

Browse files
bump chart version to 0.5.3-azure-test-20 and update configmap.yaml to ensure PGADMIN_URI is initialized correctly
1 parent 8741207 commit 7a947c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helm-chart/eoapi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kubeVersion: ">=1.23.0-0"
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: "0.5.3-azure-test-19"
18+
version: "0.5.3-azure-test-20"
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm-chart/eoapi/templates/pgstacboostrap/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ data:
4949
# init PGADMIN_URI if not set
5050
if [ -z "$PGADMIN_URI" ]; then
5151
export PGADMIN_URI="postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST:$POSTGRES_PORT/$POSTGRES_DB"
52+
fi
5253
pypgstac pgready --dsn $PGADMIN_URI
5354
# run migrations
5455
python3 /opt/initdb/python-scripts/pgstac-migrate.py

0 commit comments

Comments
 (0)