Browse Source

Update helm chart.

pull/1124/head
Sebastian Stehle 2 years ago
parent
commit
908d86dbe3
  1. 6
      helm/index.yaml
  2. BIN
      helm/squidex7-1.0.2.tgz
  3. 4
      helm/squidex7/Chart.yaml
  4. 3
      helm/squidex7/templates/deployment.yaml

6
helm/index.yaml

@ -28,7 +28,7 @@ entries:
version: 1.3.0
squidex7:
- apiVersion: v2
appVersion: 7.0.2
appVersion: 7.15.0
created: "2022-08-10T10:38:40.2995659+02:00"
dependencies:
- condition: mongodb-replicaset.enabled
@ -51,6 +51,6 @@ entries:
- https://github.com/Squidex/squidex
type: application
urls:
- squidex7-1.0.1.tgz
version: 1.0.1
- squidex7-1.0.2.tgz
version: 1.0.2
generated: "2022-08-10T10:38:40.2965702+02:00"

BIN
helm/squidex7-1.0.2.tgz

Binary file not shown.

4
helm/squidex7/Chart.yaml

@ -5,8 +5,8 @@ name: squidex7
icon: https://raw.githubusercontent.com/Squidex/squidex/master/media/logo-squared.png
description: Squidex CMS v7.0 and newer
version: 1.0.1
appVersion: "7.0.2"
version: 1.0.2
appVersion: "7.15.0"
home: https://squidex.io/

3
helm/squidex7/templates/deployment.yaml

@ -58,6 +58,9 @@ spec:
value: {{ $val | quote }}
{{- end }}
{{- end }}
- name: CLUSTERING__WORKER
value: "true"
{{- $mongoDefaultConnectionString := printf "mongodb://%s" (include "squidex.mongoDefaultHostname" .) }}
{{- if (not .Values.env.EVENTSTORE__MONGODB__CONFIGURATION) }}

Loading…
Cancel
Save