Skip to content

Commit 879d16d

Browse files
authored
fix(dbsync): install ca-certificates to restore HTTPS downloads (#243)
1 parent 99bb406 commit 879d16d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/cardano-db-sync/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: cardano-dbsync
33
description: Deploys a Cardano DB Sync service
4-
version: 0.0.4
4+
version: 0.0.5
55
appVersion: v13.6.0.4
66
maintainers:
77
- name: aurora

charts/cardano-db-sync/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
exit 0
7373
fi
7474
apt-get update
75-
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends curl postgresql-client awscli
75+
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl postgresql-client awscli
7676
# Set Postgres password for psql
7777
export PGPASSWORD="${POSTGRES_PASSWORD}"
7878
# Wait until we can list tables (DB is up)

0 commit comments

Comments
 (0)