[OPB-xxx] updating abstracto version and preparing for release

This commit is contained in:
Sheldan
2023-12-28 22:46:37 +01:00
parent 591e8f1586
commit 19f2c885e4
4 changed files with 12 additions and 12 deletions

4
.env
View File

@@ -1,4 +1,4 @@
REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/
ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/
VERSION=1.6.14 VERSION=1.6.15
ABSTRACTO_VERSION=1.5.19 ABSTRACTO_VERSION=1.5.20

View File

@@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "1.6.14" appVersion: "1.6.15"

View File

@@ -8,7 +8,7 @@ bot:
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
image: oneplus-bot-image image: oneplus-bot-image
tag: 1.6.14 tag: 1.6.15
livenessProbe: livenessProbe:
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 5 periodSeconds: 5
@@ -27,26 +27,26 @@ templateDeployment:
repository: harbor.sheldan.dev/abstracto repository: harbor.sheldan.dev/abstracto
pullPolicy: Always pullPolicy: Always
image: abstracto-template-deployment image: abstracto-template-deployment
tag: 1.5.19 tag: 1.5.20
templateDeploymentData: templateDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always pullPolicy: Always
image: oneplus-bot-template-data image: oneplus-bot-template-data
tag: 1.6.14 tag: 1.6.15
dbConfigDeployment: dbConfigDeployment:
enabled: true enabled: true
repository: harbor.sheldan.dev/abstracto repository: harbor.sheldan.dev/abstracto
pullPolicy: Always pullPolicy: Always
image: abstracto-db-deployment image: abstracto-db-deployment
tag: 1.5.19 tag: 1.5.20
dbConfigDeploymentData: dbConfigDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always pullPolicy: Always
image: oneplus-bot-db-data image: oneplus-bot-db-data
tag: 1.6.14 tag: 1.6.15
dbCredentials: dbCredentials:
host: host:
@@ -60,7 +60,7 @@ privateRestApi:
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always pullPolicy: Always
image: oneplus-bot-private-rest-api image: oneplus-bot-private-rest-api
tag: 1.6.14 tag: 1.6.15
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext: {}
securityContext: {} securityContext: {}

View File

@@ -17,8 +17,8 @@
<properties> <properties>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<abstracto.version>1.5.19</abstracto.version> <abstracto.version>1.5.20</abstracto.version>
<abstracto.templates.version>1.4.28</abstracto.templates.version> <abstracto.templates.version>1.4.29</abstracto.templates.version>
</properties> </properties>
<modules> <modules>