From 5bfe4a4aebba1a703a6c35d679c97a0899700239 Mon Sep 17 00:00:00 2001
From: Sheldan <5037282+Sheldan@users.noreply.github.com>
Date: Sun, 17 Mar 2024 13:21:52 +0100
Subject: [PATCH] [OPB-xxx] upgrading abstracto version
---
.env | 2 +-
deployment/helm/oneplus-bot/values.yaml | 4 ++--
pom.xml | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.env b/.env
index 0aaf430..259cca1 100644
--- a/.env
+++ b/.env
@@ -1,4 +1,4 @@
REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/
ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/
VERSION=1.6.21
-ABSTRACTO_VERSION=1.5.26
\ No newline at end of file
+ABSTRACTO_VERSION=1.5.27
\ No newline at end of file
diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml
index 3fcc9ba..83494fc 100644
--- a/deployment/helm/oneplus-bot/values.yaml
+++ b/deployment/helm/oneplus-bot/values.yaml
@@ -21,7 +21,7 @@ templateDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-template-deployment
- tag: 1.5.26
+ tag: 1.5.27
templateDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
@@ -32,7 +32,7 @@ dbConfigDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-db-deployment
- tag: 1.5.26
+ tag: 1.5.27
dbConfigDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
diff --git a/pom.xml b/pom.xml
index eb1699e..921bbc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,8 @@
17
17
- 1.5.26
- 1.4.34
+ 1.5.27
+ 1.4.35