Skip to content

Commit

Permalink
Merge pull request #94 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.5
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents 6f93c9d + d9b4b44 commit 1208a8d
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 @@ -974,7 +974,7 @@ services:
retries: 5
test: [CMD, wget, -q, --spider, "http://localhost:8586/healthcheck"]
timeout: 5s
image: "docker.getcollate.io/openmetadata/server:${OPENMETADATA_VERSION:-1.4.7}"
image: "docker.getcollate.io/openmetadata/server:${OPENMETADATA_VERSION:-1.5.5}"
ports:
- "8585:8585"
- "8586:8586"
Expand All @@ -993,7 +993,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.4.7}"
image: "docker.getcollate.io/openmetadata/server:${OPENMETADATA_VERSION:-1.5.5}"
opensearch:
container_name: opensearch
environment:
Expand Down

0 comments on commit 1208a8d

Please sign in to comment.