Skip to content

Commit

Permalink
Fix helm again.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 4, 2024
1 parent a746d23 commit 81d9ca1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added helm/squidex7-1.0.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion helm/squidex7/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion helm/squidex7/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 81d9ca1

Please sign in to comment.