[SIS-xxx] preparing for new release

This commit is contained in:
Sheldan
2023-09-03 01:15:18 +02:00
parent a26503650e
commit ff2029819d
4 changed files with 10 additions and 10 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
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.4.13
version: 1.4.14
# 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.4.13"
appVersion: "1.4.14"

View File

@@ -8,7 +8,7 @@ bot:
repository: harbor.sheldan.dev/sissi
pullPolicy: IfNotPresent
image: sissi-bot
tag: 1.4.13
tag: 1.4.14
livenessProbe:
initialDelaySeconds: 60
periodSeconds: 5
@@ -23,26 +23,26 @@ templateDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-template-deployment
tag: 1.5.5
tag: 1.5.6
templateDeploymentData:
repository: harbor.sheldan.dev/sissi
pullPolicy: Always
image: sissi-template-data
tag: 1.4.13
tag: 1.4.14
dbConfigDeployment:
enabled: true
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-db-deployment
tag: 1.5.5
tag: 1.5.6
dbConfigDeploymentData:
repository: harbor.sheldan.dev/sissi
pullPolicy: Always
image: sissi-db-data
tag: 1.4.13
tag: 1.4.14
dbCredentials:
host:

View File

@@ -1,2 +1,2 @@
REGISTRY_PREFIX=harbor.sheldan.dev/sissi/
VERSION=1.4.13
VERSION=1.4.14

View File

@@ -20,8 +20,8 @@
<maven.compiler.source>17</maven.compiler.source>
<!-- edit in release.yml as well -->
<!-- when releasing a new bot version, update the .env as well-->
<abstracto.version>1.5.6-SNAPSHOT</abstracto.version>
<abstracto.templates.version>1.4.19-SNAPSHOT</abstracto.templates.version>
<abstracto.version>1.5.6</abstracto.version>
<abstracto.templates.version>1.4.19</abstracto.templates.version>
</properties>
<modules>