From 0ec3cd485d61b23c45fd28707772080ff1018143 Mon Sep 17 00:00:00 2001 From: Antun Franjin Date: Tue, 14 Jun 2022 08:50:05 +0200 Subject: [PATCH] Update semcust tag --- 02_hetzner/01_prod/semcust/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02_hetzner/01_prod/semcust/deployment.yaml b/02_hetzner/01_prod/semcust/deployment.yaml index 422763c..cd39f68 100644 --- a/02_hetzner/01_prod/semcust/deployment.yaml +++ b/02_hetzner/01_prod/semcust/deployment.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: semcust-frontend - image: packages.semapp.lan:5000/semcust_frontend:1.3.7 + image: packages.semapp.lan:5000/semcust_frontend:1.4.1 resources: requests: memory: "256Mi" @@ -38,7 +38,7 @@ spec: name: nginx-conf imagePullPolicy: Always - name: semcust-backend - image: packages.semapp.lan:5000/semcust_backend:1.3.7 + image: packages.semapp.lan:5000/semcust_backend:1.4.1 resources: requests: memory: "256Mi"