We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bb406 commit 879d16dCopy full SHA for 879d16d
charts/cardano-db-sync/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v1
2
name: cardano-dbsync
3
description: Deploys a Cardano DB Sync service
4
-version: 0.0.4
+version: 0.0.5
5
appVersion: v13.6.0.4
6
maintainers:
7
- name: aurora
charts/cardano-db-sync/templates/statefulset.yaml
@@ -72,7 +72,7 @@ spec:
72
exit 0
73
fi
74
apt-get update
75
- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends curl postgresql-client awscli
+ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl postgresql-client awscli
76
# Set Postgres password for psql
77
export PGPASSWORD="${POSTGRES_PASSWORD}"
78
# Wait until we can list tables (DB is up)
0 commit comments