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

chore(deps): update ghcr.io/wirepact/k8s-pki docker tag to v2.4.193 #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
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
Loading