diff --git a/.env b/.env index 146a38f..67714b4 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ -VERSION=1.6.15 -ABSTRACTO_VERSION=1.5.20 \ No newline at end of file +VERSION=1.6.16 +ABSTRACTO_VERSION=1.5.21 \ No newline at end of file diff --git a/deployment/helm/oneplus-bot/Chart.yaml b/deployment/helm/oneplus-bot/Chart.yaml index f7fc398..d59366c 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.15 +version: 1.6.16 # 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.15" +appVersion: "1.6.16" diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index 5973e15..5bd0cd7 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.15 + tag: 1.6.16 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -27,26 +27,26 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.5.20 + tag: 1.5.21 templateDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-template-data - tag: 1.6.15 + tag: 1.6.16 dbConfigDeployment: enabled: true repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.5.20 + tag: 1.5.21 dbConfigDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-db-data - tag: 1.6.15 + tag: 1.6.16 dbCredentials: host: @@ -60,7 +60,7 @@ privateRestApi: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-private-rest-api - tag: 1.6.15 + tag: 1.6.16 podAnnotations: {} podSecurityContext: {} securityContext: {} diff --git a/pom.xml b/pom.xml index 5960b59..668d654 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 17 17 - 1.5.20 + 1.5.21 1.4.29