[OPB-xxx] prepare for release

This commit is contained in:
Sheldan
2023-09-26 23:19:07 +02:00
parent e38f5c8382
commit a8587d29af
4 changed files with 8 additions and 8 deletions

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.9 version: 1.6.10
# 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.9" appVersion: "1.6.10"

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.9 tag: 1.6.10
livenessProbe: livenessProbe:
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 5 periodSeconds: 5
@@ -29,7 +29,7 @@ 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.9 tag: 1.6.10
dbConfigDeployment: dbConfigDeployment:
enabled: true enabled: true
@@ -42,7 +42,7 @@ 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.9 tag: 1.6.10
dbCredentials: dbCredentials:
host: host:

View File

@@ -1,2 +1,2 @@
REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/
VERSION=1.6.9 VERSION=1.6.10

View File

@@ -19,8 +19,8 @@
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<!-- edit in release.yml as well --> <!-- edit in release.yml as well -->
<!-- when releasing a new opbot version, update the .env as well--> <!-- when releasing a new opbot version, update the .env as well-->
<abstracto.version>1.5.9</abstracto.version> <abstracto.version>1.5.10</abstracto.version>
<abstracto.templates.version>1.4.21</abstracto.templates.version> <abstracto.templates.version>1.4.22</abstracto.templates.version>
</properties> </properties>
<modules> <modules>