From 19f2c885e4d334d8d4bdba993ddbe0e3167460e7 Mon Sep 17 00:00:00 2001
From: Sheldan <5037282+Sheldan@users.noreply.github.com>
Date: Thu, 28 Dec 2023 22:46:37 +0100
Subject: [PATCH] [OPB-xxx] updating abstracto version and preparing for
release
---
.env | 4 ++--
deployment/helm/oneplus-bot/Chart.yaml | 4 ++--
deployment/helm/oneplus-bot/values.yaml | 12 ++++++------
pom.xml | 4 ++--
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.env b/.env
index 7e15c25..146a38f 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.14
-ABSTRACTO_VERSION=1.5.19
\ No newline at end of file
+VERSION=1.6.15
+ABSTRACTO_VERSION=1.5.20
\ No newline at end of file
diff --git a/deployment/helm/oneplus-bot/Chart.yaml b/deployment/helm/oneplus-bot/Chart.yaml
index c5481e0..f7fc398 100644
--- a/deployment/helm/oneplus-bot/Chart.yaml
+++ b/deployment/helm/oneplus-bot/Chart.yaml
@@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 1.6.14
+version: 1.6.15
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
-appVersion: "1.6.14"
+appVersion: "1.6.15"
diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml
index 556bc5f..5973e15 100644
--- a/deployment/helm/oneplus-bot/values.yaml
+++ b/deployment/helm/oneplus-bot/values.yaml
@@ -8,7 +8,7 @@ bot:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: IfNotPresent
image: oneplus-bot-image
- tag: 1.6.14
+ tag: 1.6.15
livenessProbe:
initialDelaySeconds: 60
periodSeconds: 5
@@ -27,26 +27,26 @@ templateDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-template-deployment
- tag: 1.5.19
+ tag: 1.5.20
templateDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
image: oneplus-bot-template-data
- tag: 1.6.14
+ tag: 1.6.15
dbConfigDeployment:
enabled: true
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-db-deployment
- tag: 1.5.19
+ tag: 1.5.20
dbConfigDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
image: oneplus-bot-db-data
- tag: 1.6.14
+ tag: 1.6.15
dbCredentials:
host:
@@ -60,7 +60,7 @@ privateRestApi:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
image: oneplus-bot-private-rest-api
- tag: 1.6.14
+ tag: 1.6.15
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
diff --git a/pom.xml b/pom.xml
index 0a968d9..137a4c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,8 @@
17
17
- 1.5.19
- 1.4.28
+ 1.5.20
+ 1.4.29