From 4411995e657927313ded78a29dcae7302b421d7e Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sat, 29 Nov 2025 14:22:13 +0100 Subject: [PATCH] [SIS-xxx] abstracto upgrade --- .env | 2 +- deployment/helm/sissi/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 5b7faf15..6e54a263 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ VERSION=1.5.15 -ABSTRACTO_VERSION=1.6.16 \ No newline at end of file +ABSTRACTO_VERSION=1.6.17 \ No newline at end of file diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index e91ac456..6e2e2b4b 100644 --- a/deployment/helm/sissi/values.yaml +++ b/deployment/helm/sissi/values.yaml @@ -94,7 +94,7 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.6.16 + tag: 1.6.17 templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always @@ -105,7 +105,7 @@ dbConfigDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.6.16 + tag: 1.6.17 dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always