From 568cc85907f328557d0a4a4607da23e9373bc218 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 6 Mar 2024 22:04:45 +0000 Subject: [PATCH] Commit from GitHub Actions (Publishes a new version of OnePlusBot) --- .env | 2 +- deployment/helm/oneplus-bot/Chart.yaml | 2 +- deployment/helm/oneplus-bot/values.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 0ae9fba..0aaf430 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.20 +VERSION=1.6.21 ABSTRACTO_VERSION=1.5.26 \ No newline at end of file diff --git a/deployment/helm/oneplus-bot/Chart.yaml b/deployment/helm/oneplus-bot/Chart.yaml index 59623a7..76289ec 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.6.20 +version: 1.6.21 diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index aa9ea56..13fb3f2 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.6.20 + tag: 1.6.21 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -26,7 +26,7 @@ templateDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-template-data - tag: 1.6.20 + tag: 1.6.21 dbConfigDeployment: enabled: true repository: harbor.sheldan.dev/abstracto @@ -37,7 +37,7 @@ dbConfigDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-db-data - tag: 1.6.20 + tag: 1.6.21 dbCredentials: host: null port: null @@ -49,7 +49,7 @@ privateRestApi: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-private-rest-api - tag: 1.6.20 + tag: 1.6.21 podAnnotations: {} podSecurityContext: {} securityContext: {}