From a0f2b55a3a3d6f05e2df326fd055409bde2ede62 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 5 Jan 2023 19:38:46 +0100 Subject: [PATCH] fix: images names missing fjsd-indicator --- roles/docker-deployments/templates/potaris-en.yaml | 2 +- roles/docker-deployments/templates/potaris.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/docker-deployments/templates/potaris-en.yaml b/roles/docker-deployments/templates/potaris-en.yaml index 6fdfc5c..02a3eca 100644 --- a/roles/docker-deployments/templates/potaris-en.yaml +++ b/roles/docker-deployments/templates/potaris-en.yaml @@ -1,4 +1,4 @@ potaris: ports: - 5003:5000 - image: registry.atlantishq.de/athq/potaris-en + image: registry.atlantishq.de/athq/fjsd-potaris-en diff --git a/roles/docker-deployments/templates/potaris.yaml b/roles/docker-deployments/templates/potaris.yaml index 358fbc5..c170821 100644 --- a/roles/docker-deployments/templates/potaris.yaml +++ b/roles/docker-deployments/templates/potaris.yaml @@ -1,4 +1,4 @@ potaris: ports: - 5003:5000 - image: registry.atlantishq.de/athq/potaris + image: registry.atlantishq.de/athq/fjsd-potaris