[SIS-xxx] properly upgrading abstracto version

This commit is contained in:
Sheldan
2025-02-04 23:46:16 +01:00
parent aca7e3449c
commit 290e59f8da
2 changed files with 3 additions and 3 deletions

2
.env
View File

@@ -1,4 +1,4 @@
REGISTRY_PREFIX=harbor.sheldan.dev/sissi/
ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/
VERSION=1.5.0
ABSTRACTO_VERSION=1.6.0
ABSTRACTO_VERSION=1.6.2

View File

@@ -93,7 +93,7 @@ templateDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-template-deployment
tag: 1.6.0
tag: 1.6.2
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.6.0
tag: 1.6.2
dbConfigDeploymentData:
repository: harbor.sheldan.dev/sissi
pullPolicy: Always