From 14101634d76cc983c16290264ed479b903fa57e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 04:37:44 +0000 Subject: [PATCH] chore(deps): update ghcr.io/wirepact/k8s-pki docker tag to v2.4.10 --- docker-compose.yml | 8 ++++---- gui/docker-compose.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 96991868..6d991370 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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.10 environment: - DEBUG=true - PORT=8082 @@ -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.10 environment: - DEBUG=true - PORT=8083 @@ -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.10 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.10 environment: - DEBUG=true - PORT=8080 diff --git a/gui/docker-compose.yml b/gui/docker-compose.yml index 019e26bb..da267455 100644 --- a/gui/docker-compose.yml +++ b/gui/docker-compose.yml @@ -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.10 environment: - DEBUG=true - PORT=8082 @@ -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.10 environment: - DEBUG=true - PORT=8083