Skip to content

Commit

Permalink
Update docker.getcollate.io/openmetadata/server Docker tag to v1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent e42c1af commit 02b0510
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.8}"
image: "docker.getcollate.io/openmetadata/server:${OPENMETADATA_VERSION:-1.5.9}"
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.8}"
image: "docker.getcollate.io/openmetadata/server:${OPENMETADATA_VERSION:-1.5.9}"
opensearch:
container_name: opensearch
environment:
Expand Down

0 comments on commit 02b0510

Please sign in to comment.