Skip to content

Commit

Permalink
update sample app versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jul 26, 2023
1 parent 29301bd commit 3c89113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions smoketest/compose/sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
depends_on:
cryostat:
condition: service_healthy
image: quay.io/andrewazores/vertx-fib-demo:0.12.3
image: quay.io/andrewazores/vertx-fib-demo:0.13.0
hostname: vertx-fib-demo-1
environment:
HTTP_PORT: 8081
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
start_period: 10s
timeout: 5s
quarkus-test-agent:
image: quay.io/andrewazores/quarkus-test:0.0.11
image: quay.io/andrewazores/quarkus-test:latest
# do not add a depends_on:cryostat here, so that we can test that the agent is tolerant of that state
hostname: quarkus-test-agent
ports:
Expand Down
2 changes: 1 addition & 1 deletion smoketest/k8s/sample-app-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
value: "8081"
- name: JMX_PORT
value: "9093"
image: quay.io/andrewazores/vertx-fib-demo:0.12.3
image: quay.io/andrewazores/vertx-fib-demo:0.13.0
livenessProbe:
exec:
command:
Expand Down

0 comments on commit 3c89113

Please sign in to comment.