From 29e1b22783b1ab06307f44e6c8ce928c5723f8d5 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:53:37 +0100 Subject: [PATCH] [SIS-xxx] preparing for release --- deployment/helm/sissi/Chart.yaml | 4 ++-- deployment/helm/sissi/values.yaml | 8 ++++---- deployment/image-packaging/src/main/docker/.env | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deployment/helm/sissi/Chart.yaml b/deployment/helm/sissi/Chart.yaml index 2f0abdd1..162bd7e3 100644 --- a/deployment/helm/sissi/Chart.yaml +++ b/deployment/helm/sissi/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.24 +version: 1.4.25 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.4.24" +appVersion: "1.4.25" diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index 5cd2c440..58bb3e50 100644 --- a/deployment/helm/sissi/values.yaml +++ b/deployment/helm/sissi/values.yaml @@ -8,7 +8,7 @@ bot: repository: harbor.sheldan.dev/sissi pullPolicy: IfNotPresent image: sissi-bot - tag: 1.4.24 + tag: 1.4.25 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -25,7 +25,7 @@ restApi: repository: harbor.sheldan.dev/sissi pullPolicy: IfNotPresent image: sissi-rest-api - tag: 1.4.24 + tag: 1.4.25 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -74,7 +74,7 @@ templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-template-data - tag: 1.4.24 + tag: 1.4.25 dbConfigDeployment: enabled: true @@ -87,7 +87,7 @@ dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-db-data - tag: 1.4.24 + tag: 1.4.25 dbCredentials: host: diff --git a/deployment/image-packaging/src/main/docker/.env b/deployment/image-packaging/src/main/docker/.env index 4cd1b982..606f1c6c 100644 --- a/deployment/image-packaging/src/main/docker/.env +++ b/deployment/image-packaging/src/main/docker/.env @@ -1,2 +1,2 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ -VERSION=1.4.24 \ No newline at end of file +VERSION=1.4.25 \ No newline at end of file