Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docker-compose/versions/camunda-8.8/.env
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## Image versions ##
# renovate: datasource=docker depName=camunda/camunda
CAMUNDA_VERSION=8.8.11
CAMUNDA_VERSION=8.8.14
# renovate: datasource=docker depName=camunda/connectors-bundle
CAMUNDA_CONNECTORS_VERSION=8.8.7
# renovate: datasource=docker depName=camunda/identity
CAMUNDA_IDENTITY_VERSION=8.8.7
# renovate: datasource=docker depName=camunda/operate
CAMUNDA_OPERATE_VERSION=8.8.11
CAMUNDA_OPERATE_VERSION=8.8.14
# renovate: datasource=docker depName=camunda/tasklist
CAMUNDA_TASKLIST_VERSION=8.8.11
CAMUNDA_TASKLIST_VERSION=8.8.14
# renovate: datasource=docker depName=camunda/optimize
CAMUNDA_OPTIMIZE_VERSION=8.8.5
CAMUNDA_OPTIMIZE_VERSION=8.8.6
# renovate: datasource=docker depName=camunda/web-modeler-restapi
CAMUNDA_WEB_MODELER_VERSION=8.8.7
CAMUNDA_WEB_MODELER_VERSION=8.8.8
# renovate: datasource=docker depName=camunda/console
CAMUNDA_CONSOLE_VERSION=8.8.87
CAMUNDA_CONSOLE_VERSION=8.8.99
# renovate: datasource=docker depName=elasticsearch
ELASTIC_VERSION=8.17.10
KEYCLOAK_SERVER_VERSION=26.3.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ services:
MANAGEMENT_ENDPOINT_CONFIGPROPS_SHOW_VALUES: ALWAYS
management.endpoint.health.probes.enabled: "true"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8090/api/readyz"]
test: ["CMD", "wget", "-q", "--tries=1", "--spider", "http://localhost:8090/api/readyz"]
interval: 30s
timeout: 5s
retries: 5
Expand Down