From a8587d29afade6ffd0a7c311804f6866f2ea73e0 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:19:07 +0200 Subject: [PATCH] [OPB-xxx] prepare for release --- deployment/helm/oneplus-bot/Chart.yaml | 4 ++-- deployment/helm/oneplus-bot/values.yaml | 6 +++--- deployment/image-packaging/src/main/docker/.env | 2 +- pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deployment/helm/oneplus-bot/Chart.yaml b/deployment/helm/oneplus-bot/Chart.yaml index d74bf7b..484b882 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.9 +version: 1.6.10 # 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.9" +appVersion: "1.6.10" diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index 2a9145a..2a313c6 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.9 + tag: 1.6.10 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -29,7 +29,7 @@ templateDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-template-data - tag: 1.6.9 + tag: 1.6.10 dbConfigDeployment: enabled: true @@ -42,7 +42,7 @@ dbConfigDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-db-data - tag: 1.6.9 + tag: 1.6.10 dbCredentials: host: diff --git a/deployment/image-packaging/src/main/docker/.env b/deployment/image-packaging/src/main/docker/.env index f7b9d78..a10e53b 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.9 \ No newline at end of file +VERSION=1.6.10 \ No newline at end of file diff --git a/pom.xml b/pom.xml index cc59e4e..2c39f60 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,8 @@ 17 - 1.5.9 - 1.4.21 + 1.5.10 + 1.4.22