diff --git a/helm/squidex7-1.0.3.tgz b/helm/squidex7-1.0.3.tgz new file mode 100644 index 0000000000..654ac34256 Binary files /dev/null and b/helm/squidex7-1.0.3.tgz differ diff --git a/helm/squidex7/Chart.yaml b/helm/squidex7/Chart.yaml index b765f28dbc..c09f54c536 100644 --- a/helm/squidex7/Chart.yaml +++ b/helm/squidex7/Chart.yaml @@ -5,7 +5,7 @@ name: squidex7 icon: https://raw.githubusercontent.com/Squidex/squidex/master/media/logo-squared.png description: Squidex CMS v7.0 and newer -version: 1.0.2 +version: 1.0.3 appVersion: "7.15.0" home: https://squidex.io/ diff --git a/helm/squidex7/templates/deployment.yaml b/helm/squidex7/templates/deployment.yaml index 5e260ed091..67e89f028e 100644 --- a/helm/squidex7/templates/deployment.yaml +++ b/helm/squidex7/templates/deployment.yaml @@ -60,7 +60,7 @@ spec: {{- end }} - name: CLUSTERING__WORKER - value: "true" + value: "false" {{- $mongoDefaultConnectionString := printf "mongodb://%s" (include "squidex.mongoDefaultHostname" .) }} {{- if (not .Values.env.EVENTSTORE__MONGODB__CONFIGURATION) }}