Skip to content

Commit

Permalink
Merge pull request #175 from data-catering/renovate/docker.getcollate…
Browse files Browse the repository at this point in the history
….io-openmetadata-server-1.x

Update docker.getcollate.io/openmetadata/server Docker tag to v1.5.9
  • Loading branch information
pflooky authored Oct 30, 2024
2 parents d22b781 + 02b0510 commit 11783b5
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 11783b5

Please sign in to comment.