Skip to content

Commit

Permalink
Revert postgres dependency update, sync versions in docker-compose
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Jan 23, 2025
1 parent f52cdfd commit a309066
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/traction/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami/
version: 16.4.3
version: 11.9.13
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.27.0
digest: sha256:d11ede8519cd7518e884ac7d465348d897dca5788d9561ca4e04a7afcc8b64f3
generated: "2025-01-17T11:37:43.1477221-08:00"
digest: sha256:29f6c4a3b351791968e3ce04f8874be2234719f4c4c8dc4bcfede343b4c86813
generated: "2025-01-23T11:25:59.1749248-08:00"
2 changes: 1 addition & 1 deletion charts/traction/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintainers:
url: https://github.com/esune
dependencies:
- name: postgresql
version: 16.4.3
version: 11.9.13
repository: https://charts.bitnami.com/bitnami/
condition: postgresql.enabled
- name: common
Expand Down
Binary file added charts/traction/charts/postgresql-11.9.13.tgz
Binary file not shown.
Binary file removed charts/traction/charts/postgresql-16.4.3.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
- host.docker.internal:host-gateway

traction-db:
image: "postgres:14.5"
image: "postgres:15"
environment:
- POSTGRES_USER=${POSTGRESQL_USER}
- POSTGRES_PASSWORD=${POSTGRESQL_PASSWORD}
Expand Down Expand Up @@ -240,7 +240,7 @@ services:
- host.docker.internal:host-gateway

endorser-db:
image: "postgres:14.5"
image: "postgres:15"
environment:
- POSTGRES_USER=${POSTGRESQL_USER}
- POSTGRES_PASSWORD=${POSTGRESQL_PASSWORD}
Expand Down

0 comments on commit a309066

Please sign in to comment.