diff --git a/.env b/.env index 4ec83216..a7e0f9c5 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ -VERSION=1.4.33 -ABSTRACTO_VERSION=1.5.18 \ No newline at end of file +VERSION=1.4.34 +ABSTRACTO_VERSION=1.5.19 \ No newline at end of file diff --git a/deployment/helm/sissi/Chart.yaml b/deployment/helm/sissi/Chart.yaml index 44d38633..8552d224 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.33 +version: 1.4.34 # 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.33" +appVersion: "1.4.34" diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index c865f553..77839863 100644 --- a/deployment/helm/sissi/values.yaml +++ b/deployment/helm/sissi/values.yaml @@ -8,7 +8,7 @@ bot: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-bot - tag: 1.4.33 + tag: 1.4.34 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -25,7 +25,7 @@ restApi: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-rest-api - tag: 1.4.33 + tag: 1.4.34 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -68,7 +68,7 @@ privateRestApi: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-private-rest-api - tag: 1.4.33 + tag: 1.4.34 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -100,26 +100,26 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.5.18 + tag: 1.5.19 templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-template-data - tag: 1.4.33 + tag: 1.4.34 dbConfigDeployment: enabled: true repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.5.18 + tag: 1.5.19 dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-db-data - tag: 1.4.33 + tag: 1.4.34 dbCredentials: host: diff --git a/pom.xml b/pom.xml index a479e65b..809c9f1c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,8 @@ 17 17 - 1.5.18 - 1.4.27 + 1.5.19 + 1.4.28 4.9.0 3.5.0