[OPB-xxx] preparing for release

This commit is contained in:
Sheldan
2023-11-14 23:23:05 +01:00
parent 17e24b14f4
commit aaf4afe92e
3 changed files with 6 additions and 6 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.6.11
version: 1.6.12
# 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.6.11"
appVersion: "1.6.12"

View File

@@ -8,7 +8,7 @@ bot:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: IfNotPresent
image: oneplus-bot-image
tag: 1.6.11
tag: 1.6.12
livenessProbe:
initialDelaySeconds: 60
periodSeconds: 5
@@ -33,7 +33,7 @@ templateDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
image: oneplus-bot-template-data
tag: 1.6.11
tag: 1.6.12
dbConfigDeployment:
enabled: true
@@ -46,7 +46,7 @@ dbConfigDeploymentData:
repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always
image: oneplus-bot-db-data
tag: 1.6.11
tag: 1.6.12
dbCredentials:
host:

View File

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