From d15f025309e13db85289c5a9716dbe8f38a00511 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 15 Jan 2025 22:14:03 +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 487ddd6..9ff31f1 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.34 +VERSION=1.6.35 ABSTRACTO_VERSION=1.5.57 \ No newline at end of file diff --git a/deployment/helm/oneplus-bot/Chart.yaml b/deployment/helm/oneplus-bot/Chart.yaml index 1a47192..36803b0 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.34 +version: 1.6.35 diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index f1e8ffe..11c2021 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.34 + tag: 1.6.35 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -27,7 +27,7 @@ templateDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-template-data - tag: 1.6.34 + tag: 1.6.35 dbConfigDeployment: enabled: true repository: harbor.sheldan.dev/abstracto @@ -38,7 +38,7 @@ dbConfigDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-db-data - tag: 1.6.34 + tag: 1.6.35 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.6.34 + tag: 1.6.35 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -82,7 +82,7 @@ restApi: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-rest-api - tag: 1.6.34 + tag: 1.6.35 podAnnotations: {} podSecurityContext: {} securityContext: {}