Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
chore(deps): update ghcr.io/wirepact/k8s-pki docker tag to v2.4.193
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent ca55004 commit f58cee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- API_KEY=foobar

pki_a:
image: ghcr.io/wirepact/k8s-pki:2.3.12
image: ghcr.io/wirepact/k8s-pki:2.4.193
environment:
- DEBUG=true
- PORT=8082
Expand All @@ -34,7 +34,7 @@ services:
- 8082:8082

pki_b:
image: ghcr.io/wirepact/k8s-pki:2.3.12
image: ghcr.io/wirepact/k8s-pki:2.4.193
environment:
- DEBUG=true
- PORT=8083
Expand All @@ -44,14 +44,14 @@ services:
- 8083:8083

pki_c:
image: ghcr.io/wirepact/k8s-pki:2.3.12
image: ghcr.io/wirepact/k8s-pki:2.4.193
environment:
- DEBUG=true
- PORT=8080
- LOCAL=true

pki_d:
image: ghcr.io/wirepact/k8s-pki:2.3.12
image: ghcr.io/wirepact/k8s-pki:2.4.193
environment:
- DEBUG=true
- PORT=8080
Expand Down
4 changes: 2 additions & 2 deletions gui/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
ports:
- 8081:8081
pki_a:
image: ghcr.io/wirepact/k8s-pki:2.3.12
image: ghcr.io/wirepact/k8s-pki:2.4.193
environment:
- DEBUG=true
- PORT=8082
Expand All @@ -18,7 +18,7 @@ services:
ports:
- 8082:8082
pki_b:
image: ghcr.io/wirepact/k8s-pki:2.3.12
image: ghcr.io/wirepact/k8s-pki:2.4.193
environment:
- DEBUG=true
- PORT=8083
Expand Down

0 comments on commit f58cee1

Please sign in to comment.