diff --git a/.env b/.env index a8bc6a8..a3e5347 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ -VERSION=1.7.0 -ABSTRACTO_VERSION=1.6.4 \ No newline at end of file +VERSION=1.7.1 +ABSTRACTO_VERSION=1.6.8 \ No newline at end of file diff --git a/deployment/helm/oneplus-bot/Chart.yaml b/deployment/helm/oneplus-bot/Chart.yaml index d826379..e8063f2 100644 --- a/deployment/helm/oneplus-bot/Chart.yaml +++ b/deployment/helm/oneplus-bot/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: oneplus-bot description: A Helm chart for Kubernetes type: application -version: 1.7.0 +version: 1.7.1 diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index cd2967d..d1e3c98 100644 --- a/deployment/helm/oneplus-bot/values.yaml +++ b/deployment/helm/oneplus-bot/values.yaml @@ -3,7 +3,7 @@ bot: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: IfNotPresent image: oneplus-bot-image - tag: 1.7.0 + tag: 1.7.1 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -22,23 +22,23 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.6.4 + tag: 1.6.8 templateDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-template-data - tag: 1.7.0 + tag: 1.7.1 dbConfigDeployment: enabled: true repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.6.4 + tag: 1.6.8 dbConfigDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-db-data - tag: 1.7.0 + tag: 1.7.1 dbCredentials: host: null port: null @@ -51,7 +51,7 @@ privateRestApi: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-private-rest-api - tag: 1.7.0 + tag: 1.7.1 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -82,7 +82,7 @@ restApi: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-rest-api - tag: 1.7.0 + tag: 1.7.1 podAnnotations: {} podSecurityContext: {} securityContext: {} diff --git a/pom.xml b/pom.xml index ea32699..432f55f 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ 17 17 - 1.6.4 - 1.4.55 + 1.6.8 + 1.4.56