Skip to content

Commit

Permalink
chore(deps): upgrade chall-manager from v0.1.1 to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoFgrx committed Jan 14, 2025
1 parent 312026f commit 000af7b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

services:
chall-manager:
image: ctferio/chall-manager:v0.1.1@sha256:196f0e1ebf5c0c900b8be04560824538a30cb851baced98fa7276fce727aba95
image: ctferio/chall-manager:v0.2.0@sha256:088b8871a55dff8d215ab024c3e1dbfb4dcecd90432abb49fdf1a3c6a6bf8532
ports:
- 8080:8080

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

services:
chall-manager:
image: ctferio/chall-manager:v0.1.1@sha256:196f0e1ebf5c0c900b8be04560824538a30cb851baced98fa7276fce727aba95
image: ctferio/chall-manager:v0.2.0@sha256:088b8871a55dff8d215ab024c3e1dbfb4dcecd90432abb49fdf1a3c6a6bf8532
ports:
- 8080:8080

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

services:
chall-manager:
image: ctferio/chall-manager:v0.1.1@sha256:196f0e1ebf5c0c900b8be04560824538a30cb851baced98fa7276fce727aba95
image: ctferio/chall-manager:v0.2.0@sha256:088b8871a55dff8d215ab024c3e1dbfb4dcecd90432abb49fdf1a3c6a6bf8532
ports:
- 8080:8080

Expand Down
10 changes: 9 additions & 1 deletion hack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,22 @@ services:
timeout: 10s

chall-manager:
image: ctferio/chall-manager:v0.1.1@sha256:196f0e1ebf5c0c900b8be04560824538a30cb851baced98fa7276fce727aba95
image: ctferio/chall-manager:v0.2.0@sha256:088b8871a55dff8d215ab024c3e1dbfb4dcecd90432abb49fdf1a3c6a6bf8532
ports:
- 8080:8080
environment:
SWAGGER: true
networks:
- testing

chall-manager-janitor:
image: ctferio/chall-manager-janitor:v0.2.0@sha256:6ac7dc0fa50d870f5297bd9b8a7c118b68ec965f59e7b5083b36b79001a0186d
environment:
URL: chall-manager:8080
TICKER: 30s
networks:
- testing

# redis-svc:
# image: redis:7.0.10@sha256:92b8b307ee28ed74da17578064c73307ad41e43f422f0b7e4e91498b406c59e3
# ports:
Expand Down

0 comments on commit 000af7b

Please sign in to comment.