From 16553e029932ffefcd7e36f920cfe2a7452ee0f0 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 10 Sep 2025 22:25:34 +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 | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env b/.env index b0aa990f..0c3c82d3 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ -VERSION=1.5.11 +VERSION=1.5.12 ABSTRACTO_VERSION=1.6.13 \ No newline at end of file diff --git a/deployment/helm/sissi/Chart.yaml b/deployment/helm/sissi/Chart.yaml index 09ef5d56..ee0f2d42 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.5.11 +version: 1.5.12 diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index fbb4f6a6..8dd42bb2 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.5.11 + tag: 1.5.12 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -22,7 +22,7 @@ restApi: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-rest-api - tag: 1.5.11 + tag: 1.5.12 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -62,7 +62,7 @@ privateRestApi: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-private-rest-api - tag: 1.5.11 + tag: 1.5.12 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -98,7 +98,7 @@ templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-template-data - tag: 1.5.11 + tag: 1.5.12 dbConfigDeployment: enabled: true repository: harbor.sheldan.dev/abstracto @@ -109,7 +109,7 @@ dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-db-data - tag: 1.5.11 + tag: 1.5.12 dbCredentials: host: null port: null