From 3f613eeddff85692eb17a555c2d64b474e04ffad Mon Sep 17 00:00:00 2001 From: release-bot Date: Fri, 5 Apr 2024 13:34:58 +0000 Subject: [PATCH] Commit from GitHub Actions (Publishes a new version of Sissi) --- .env | 2 +- deployment/helm/sissi/Chart.yaml | 2 +- deployment/helm/sissi/values.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env b/.env index 2583a720..06f089c4 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ -VERSION=1.4.51 +VERSION=1.4.52 ABSTRACTO_VERSION=1.5.35 \ No newline at end of file diff --git a/deployment/helm/sissi/Chart.yaml b/deployment/helm/sissi/Chart.yaml index e0f45c6d..80030cb4 100644 --- a/deployment/helm/sissi/Chart.yaml +++ b/deployment/helm/sissi/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: sissi description: A Helm chart for Kubernetes type: application -version: 1.4.51 +version: 1.4.52 diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index ed0b7fc1..6a8bd3cb 100644 --- a/deployment/helm/sissi/values.yaml +++ b/deployment/helm/sissi/values.yaml @@ -3,7 +3,7 @@ bot: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-bot - tag: 1.4.51 + tag: 1.4.52 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -14,13 +14,13 @@ bot: failureThreshold: 3 propertyConfig: hikariPoolSize: 10 - host: + host: null restApi: enabled: true repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-rest-api - tag: 1.4.51 + tag: 1.4.52 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -60,7 +60,7 @@ privateRestApi: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-private-rest-api - tag: 1.4.51 + tag: 1.4.52 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -96,7 +96,7 @@ templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-template-data - tag: 1.4.51 + tag: 1.4.52 dbConfigDeployment: enabled: true repository: harbor.sheldan.dev/abstracto @@ -107,7 +107,7 @@ dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-db-data - tag: 1.4.51 + tag: 1.4.52 dbCredentials: host: null port: null