From 563f2bd35a154dd5247a991c89d4317c34faaf27 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 27 Mar 2024 21:59:13 +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 | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env b/.env index e05180f..b1c0bf9 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.24 +VERSION=1.6.26 ABSTRACTO_VERSION=1.5.33 \ No newline at end of file diff --git a/deployment/helm/oneplus-bot/Chart.yaml b/deployment/helm/oneplus-bot/Chart.yaml index ddec1f2..6d333bf 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.24 +version: 1.6.26 diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index f4692df..2596a8b 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.24 + tag: 1.6.26 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.24 + tag: 1.6.26 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.24 + tag: 1.6.26 dbCredentials: host: null port: null @@ -50,7 +50,7 @@ privateRestApi: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-private-rest-api - tag: 1.6.24 + tag: 1.6.26 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -81,7 +81,7 @@ restApi: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-rest-api - tag: 1.6.24 + tag: 1.6.26 podAnnotations: {} podSecurityContext: {} securityContext: {}