From aaf4afe92e24276867d0346964cac888f2f8b44b Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:23:05 +0100 Subject: [PATCH] [OPB-xxx] preparing for release --- deployment/helm/oneplus-bot/Chart.yaml | 4 ++-- deployment/helm/oneplus-bot/values.yaml | 6 +++--- deployment/image-packaging/src/main/docker/.env | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment/helm/oneplus-bot/Chart.yaml b/deployment/helm/oneplus-bot/Chart.yaml index 9f9f94c..0b0e9d8 100644 --- a/deployment/helm/oneplus-bot/Chart.yaml +++ b/deployment/helm/oneplus-bot/Chart.yaml @@ -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" diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index 884a985..81b9271 100644 --- a/deployment/helm/oneplus-bot/values.yaml +++ b/deployment/helm/oneplus-bot/values.yaml @@ -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: diff --git a/deployment/image-packaging/src/main/docker/.env b/deployment/image-packaging/src/main/docker/.env index 14cda83..d49d8b5 100644 --- a/deployment/image-packaging/src/main/docker/.env +++ b/deployment/image-packaging/src/main/docker/.env @@ -1,2 +1,2 @@ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ -VERSION=1.6.11 \ No newline at end of file +VERSION=1.6.12 \ No newline at end of file