Skip to content

Commit

Permalink
test(smoketest): correct database image (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Nov 20, 2023
1 parent 5e63a7f commit 9b2ef96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest/compose/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
QUARKUS_DATASOURCE_PASSWORD: cryostat3
QUARKUS_DATASOURCE_JDBC_URL: jdbc:postgresql://db:5432/cryostat3
db:
image: quay.io/andrewazores/cryostat-db:latest
image: quay.io/cryostat/cryostat-db:latest
hostname: db
expose:
- "5432"
Expand Down

0 comments on commit 9b2ef96

Please sign in to comment.