From d5e996e1d074e1d634ffc0fc5d49604ccb0440cd Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:08:51 +0100 Subject: [PATCH] [SIS-xxx] properly updating abstracto version --- .env | 2 +- deployment/helm/sissi/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 0fcbb247..db82b32c 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ VERSION=1.4.63 -ABSTRACTO_VERSION=1.5.50 \ No newline at end of file +ABSTRACTO_VERSION=1.5.51 \ No newline at end of file diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index 712305674..1fe4973e 100644 --- a/deployment/helm/sissi/values.yaml +++ b/deployment/helm/sissi/values.yaml @@ -93,7 +93,7 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.5.50 + tag: 1.5.51 templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always @@ -104,7 +104,7 @@ dbConfigDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.5.50 + tag: 1.5.51 dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always