Skip to content

Commit

Permalink
Update docker.getcollate.io/openmetadata/server Docker tag to v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent c38e94f commit 907dd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ services:
retries: 5
test: [CMD, wget, -q, --spider, "http://localhost:8586/healthcheck"]
timeout: 5s
image: "docker.getcollate.io/openmetadata/server:${OPENMETADATA_VERSION:-1.5.7}"
image: "docker.getcollate.io/openmetadata/server:${OPENMETADATA_VERSION:-1.5.8}"
ports:
- "8585:8585"
- "8586:8586"
Expand All @@ -1036,7 +1036,7 @@ services:
- "DB_USER_PASSWORD=${MYSQL_PASSWORD:-root}"
- "ELASTICSEARCH_USER=${ELASTICSEARCH_USER:-elastic}"
- "ELASTICSEARCH_PASSWORD=${ELASTICSEARCH_PASSWORD:-elasticsearch}"
image: "docker.getcollate.io/openmetadata/server:${OPENMETADATA_VERSION:-1.5.7}"
image: "docker.getcollate.io/openmetadata/server:${OPENMETADATA_VERSION:-1.5.8}"
opensearch:
container_name: opensearch
environment:
Expand Down

0 comments on commit 907dd3a

Please sign in to comment.