From f83042c84fb655ef5273aebcf5b526371f58953d Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sat, 23 Sep 2023 21:35:31 +0200 Subject: [PATCH] [OPB-xxx] updating versions --- 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 1e8f052..d74bf7b 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.8 +version: 1.6.9 # 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.8" +appVersion: "1.6.9" diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index c675dec..2a9145a 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.8 + tag: 1.6.9 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.8 + tag: 1.6.9 dbConfigDeployment: enabled: true @@ -42,7 +42,7 @@ dbConfigDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-db-data - tag: 1.6.8 + tag: 1.6.9 dbCredentials: host: diff --git a/deployment/image-packaging/src/main/docker/.env b/deployment/image-packaging/src/main/docker/.env index 7161a8a..f7b9d78 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.8 \ No newline at end of file +VERSION=1.6.9 \ No newline at end of file