[OPB-xxx] preparing for release

This commit is contained in:
Sheldan
2023-12-25 19:05:11 +01:00
parent fe50e1331b
commit b3bbd20da0
3 changed files with 7 additions and 7 deletions

2
.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.12 VERSION=1.6.13
ABSTRACTO_VERSION=1.5.18 ABSTRACTO_VERSION=1.5.18

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.12 version: 1.6.13
# 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.12" appVersion: "1.6.13"

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.12 tag: 1.6.13
livenessProbe: livenessProbe:
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 5 periodSeconds: 5
@@ -33,7 +33,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.12 tag: 1.6.13
dbConfigDeployment: dbConfigDeployment:
enabled: true enabled: true
@@ -46,7 +46,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.12 tag: 1.6.13
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.12 tag: 1.6.13
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext: {}
securityContext: {} securityContext: {}