Browse Source

Merge branch 'master' of github.com:Squidex/squidex

pull/952/head
Sebastian 3 years ago
parent
commit
7bb856990f
  1. 4
      helm/index.yaml
  2. BIN
      helm/squidex7-1.0.1.tgz
  3. 2
      helm/squidex7/Chart.yaml
  4. 1
      helm/squidex7/templates/ingress.yaml
  5. 4
      helm/squidex7/values.yaml

4
helm/index.yaml

@ -51,6 +51,6 @@ entries:
- https://github.com/Squidex/squidex - https://github.com/Squidex/squidex
type: application type: application
urls: urls:
- squidex7-1.0.0.tgz - squidex7-1.0.1.tgz
version: 1.0.0 version: 1.0.1
generated: "2022-08-10T10:38:40.2965702+02:00" generated: "2022-08-10T10:38:40.2965702+02:00"

BIN
helm/squidex7-1.0.1.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 icon: https://raw.githubusercontent.com/Squidex/squidex/master/media/logo-squared.png
description: Squidex CMS v7.0 and newer description: Squidex CMS v7.0 and newer
version: 1.0.0 version: 1.0.1
appVersion: "7.0.2" appVersion: "7.0.2"
home: https://squidex.io/ home: https://squidex.io/

1
helm/squidex7/templates/ingress.yaml

@ -22,6 +22,7 @@ spec:
secretName: {{ .secretName }} secretName: {{ .secretName }}
{{- end }} {{- end }}
{{- end }} {{- end }}
ingressClassName: {{.Values.ingress.ingressClassName}}
rules: rules:
- host: {{ .Values.ingress.hostName | quote }} - host: {{ .Values.ingress.hostName | quote }}
http: http:

4
helm/squidex7/values.yaml

@ -55,7 +55,7 @@ ingress:
## If true, Squidex Ingress will be created. ## If true, Squidex Ingress will be created.
## ##
enabled: true enabled: true
ingressClassName: nginx
## Squidex Ingress annotations ## Squidex Ingress annotations
# annotations: # annotations:
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
@ -165,7 +165,7 @@ env:
## @param env.LOGGING__APPLICATIONINSIGHTS__ENABLED Enable monitoring via application insights. ## @param env.LOGGING__APPLICATIONINSIGHTS__ENABLED Enable monitoring via application insights.
## ##
LOGGING__APPLICATIONINSIGHTS__ENABLED: falsen LOGGING__APPLICATIONINSIGHTS__ENABLED: false
## @param env.LOGGING__APPLICATIONINSIGHTS__CONNECTIONSTRING The connection string to application insights. ## @param env.LOGGING__APPLICATIONINSIGHTS__CONNECTIONSTRING The connection string to application insights.
## ##
LOGGING__APPLICATIONINSIGHTS__CONNECTIONSTRING: null # "instrumentationkey=keyvalue" LOGGING__APPLICATIONINSIGHTS__CONNECTIONSTRING: null # "instrumentationkey=keyvalue"

Loading…
Cancel
Save