From ba5f34d667bc636a6927f186f753b4e266b977ee Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:59:22 +0100 Subject: [PATCH] [SIS-xxx] updating abstracto version to 1.5.48 --- .env | 2 +- deployment/helm/sissi/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 9f7e061c..65ee0e63 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ VERSION=1.4.60 -ABSTRACTO_VERSION=1.5.47 \ No newline at end of file +ABSTRACTO_VERSION=1.5.48 \ No newline at end of file diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index 30e2baab..28d85ccc 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.47 + tag: 1.5.48 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.47 + tag: 1.5.48 dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always