Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-489 Merged tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k committed Oct 4, 2023
1 parent af70a74 commit a5a226f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/quickstart-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
timeout: 5s
retries: 5
everest:
image: perconalab/everest:dev-latest
image: percona/percona-everest:v0.3.0
depends_on:
pg:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion deploy/quickstart-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: everest
image: perconalab/everest:dev-latest
image: percona/percona-everest:v0.3.0
env:
- name: DSN
value: postgres://admin:pwd@localhost:5432/postgres?sslmode=disable
Expand Down

0 comments on commit a5a226f

Please sign in to comment.