diff --git a/compose/sample-apps.yml b/compose/sample-apps.yml index 4eedb75b9..81880d5cb 100644 --- a/compose/sample-apps.yml +++ b/compose/sample-apps.yml @@ -4,7 +4,7 @@ services: depends_on: cryostat: condition: service_healthy - image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/andrewazores/vertx-fib-demo:0.13.1} + image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/redhat-java-monitoring/vertx-cryostat-agent:latest} hostname: vertx-fib-demo-1 environment: HTTP_PORT: 8081 @@ -37,7 +37,7 @@ services: depends_on: cryostat: condition: service_healthy - image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/andrewazores/vertx-fib-demo:0.13.1} + image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/redhat-java-monitoring/vertx-cryostat-agent:latest} hostname: vertx-fib-demo-2 environment: HTTP_PORT: 8082 @@ -67,7 +67,7 @@ services: depends_on: cryostat: condition: service_healthy - image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/andrewazores/vertx-fib-demo:0.13.1} + image: ${VERTX_FIB_DEMO_IMAGE:-quay.io/redhat-java-monitoring/vertx-cryostat-agent:latest} hostname: vertx-fib-demo-3 environment: HTTP_PORT: 8083