From 161327f27ef6309f6b2738c7f4595479a1514002 Mon Sep 17 00:00:00 2001
From: Sheldan <5037282+Sheldan@users.noreply.github.com>
Date: Mon, 27 Jan 2025 22:02:13 +0100
Subject: [PATCH] [OPB-xxx] updating abstracto version to 1.5.57 to get better
emote tracking
---
.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 9ff31f1..b11d645 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.35
-ABSTRACTO_VERSION=1.5.57
\ No newline at end of file
+ABSTRACTO_VERSION=1.5.59
\ No newline at end of file
diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml
index 11c2021..2e4ebce 100644
--- a/deployment/helm/oneplus-bot/values.yaml
+++ b/deployment/helm/oneplus-bot/values.yaml
@@ -22,7 +22,7 @@ templateDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-template-deployment
- tag: 1.5.57
+ tag: 1.5.59
templateDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
@@ -33,7 +33,7 @@ dbConfigDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-db-deployment
- tag: 1.5.57
+ tag: 1.5.59
dbConfigDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
diff --git a/pom.xml b/pom.xml
index dc077bc..67693dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,8 @@
17
17
- 1.5.57
- 1.4.49
+ 1.5.59
+ 1.4.50