Browse Source

Fix helm again.

pull/1127/head
Sebastian Stehle 2 years ago
parent
commit
81d9ca1f5a
  1. BIN
      helm/squidex7-1.0.3.tgz
  2. 2
      helm/squidex7/Chart.yaml
  3. 2
      helm/squidex7/templates/deployment.yaml

BIN
helm/squidex7-1.0.3.tgz

Binary file not shown.

2
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/

2
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) }}

Loading…
Cancel
Save