diff --git a/.env b/.env index 5dbb4974..9c4649f0 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ -VERSION=1.4.42 +VERSION=1.4.43 ABSTRACTO_VERSION=1.5.24 \ No newline at end of file diff --git a/deployment/helm/sissi/Chart.yaml b/deployment/helm/sissi/Chart.yaml index 00ffaca8..2b806726 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.42 +version: 1.4.43 diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index e42e4c6a..40d54502 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.42 + tag: 1.4.43 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -19,7 +19,7 @@ restApi: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-rest-api - tag: 1.4.42 + tag: 1.4.43 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -59,7 +59,7 @@ privateRestApi: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-private-rest-api - tag: 1.4.42 + tag: 1.4.43 podAnnotations: {} podSecurityContext: {} securityContext: {} @@ -95,7 +95,7 @@ templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-template-data - tag: 1.4.42 + tag: 1.4.43 dbConfigDeployment: enabled: true repository: harbor.sheldan.dev/abstracto @@ -106,7 +106,7 @@ dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-db-data - tag: 1.4.42 + tag: 1.4.43 dbCredentials: host: null port: null