From 3b498c5d3f2a0737c19db3c5ad11a8fa44fe3c25 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 12 Dec 2023 21:29:39 +0100 Subject: [PATCH] [SIS-xxx] fixing abstracto deployment versions after upgrade --- deployment/helm/sissi/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index 9688be22..0fee8976 100644 --- a/deployment/helm/sissi/values.yaml +++ b/deployment/helm/sissi/values.yaml @@ -68,7 +68,7 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.5.13 + tag: 1.5.14 templateDeploymentData: repository: harbor.sheldan.dev/sissi @@ -81,7 +81,7 @@ dbConfigDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.5.13 + tag: 1.5.14 dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi