[OPB-xxx] updating abstracto version to 1.6.8 for fixes

preparing for release
This commit is contained in:
Sheldan
2025-05-29 22:20:46 +02:00
parent 2926d9fe09
commit 615d1d10b5
4 changed files with 12 additions and 12 deletions

4
.env
View File

@@ -1,4 +1,4 @@
REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/
ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/
VERSION=1.7.0
ABSTRACTO_VERSION=1.6.4
VERSION=1.7.1
ABSTRACTO_VERSION=1.6.8

View File

@@ -2,4 +2,4 @@ apiVersion: v2
name: oneplus-bot
description: A Helm chart for Kubernetes
type: application
version: 1.7.0
version: 1.7.1

View File

@@ -3,7 +3,7 @@ bot:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: IfNotPresent
image: oneplus-bot-image
tag: 1.7.0
tag: 1.7.1
livenessProbe:
initialDelaySeconds: 60
periodSeconds: 5
@@ -22,23 +22,23 @@ templateDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-template-deployment
tag: 1.6.4
tag: 1.6.8
templateDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
image: oneplus-bot-template-data
tag: 1.7.0
tag: 1.7.1
dbConfigDeployment:
enabled: true
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-db-deployment
tag: 1.6.4
tag: 1.6.8
dbConfigDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
image: oneplus-bot-db-data
tag: 1.7.0
tag: 1.7.1
dbCredentials:
host: null
port: null
@@ -51,7 +51,7 @@ privateRestApi:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
image: oneplus-bot-private-rest-api
tag: 1.7.0
tag: 1.7.1
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
@@ -82,7 +82,7 @@ restApi:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
image: oneplus-bot-rest-api
tag: 1.7.0
tag: 1.7.1
podAnnotations: {}
podSecurityContext: {}
securityContext: {}

View File

@@ -17,8 +17,8 @@
<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<abstracto.version>1.6.4</abstracto.version>
<abstracto.templates.version>1.4.55</abstracto.templates.version>
<abstracto.version>1.6.8</abstracto.version>
<abstracto.templates.version>1.4.56</abstracto.templates.version>
</properties>
<modules>