Skip to content

Commit

Permalink
test(db-viewer): upgrade pgadmin4 to 7.x (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Nov 3, 2023
1 parent 3e7c6cc commit 8948674
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion smoketest/compose/db-viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
depends_on:
db:
condition: service_healthy
image: docker.io/dpage/pgadmin4:6
image: docker.io/dpage/pgadmin4:7
hostname: db-viewer
ports:
- "8989:8989"
Expand Down
2 changes: 1 addition & 1 deletion smoketest/compose/db_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
depends_on:
db:
condition: service_healthy
image: docker.io/dpage/pgadmin4:6
image: docker.io/dpage/pgadmin4:7
hostname: db-viewer
ports:
- "8989:8989"
Expand Down
2 changes: 1 addition & 1 deletion smoketest/k8s/db-viewer-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
value: admin
- name: PGADMIN_LISTEN_PORT
value: "8989"
image: docker.io/dpage/pgadmin4:6
image: docker.io/dpage/pgadmin4:7
livenessProbe:
exec:
command:
Expand Down

0 comments on commit 8948674

Please sign in to comment.