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

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Nov 17, 2023
1 parent d09b3be commit d18fef4
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:v0.4.0
image: perconalab/everest:v0.4.1
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:v0.4.0
image: perconalab/everest:v0.4.1
env:
- name: DSN
value: postgres://admin:pwd@localhost:5432/postgres?sslmode=disable
Expand Down

0 comments on commit d18fef4

Please sign in to comment.