Browse Source
Helm chart updates (#950)
* Add Deploy to Azure button
* Updates to helm chart and new helm package
pull/952/head
sangramrath
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
6 additions and
5 deletions
-
helm/index.yaml
-
BIN
helm/squidex7-1.0.1.tgz
-
helm/squidex7/Chart.yaml
-
helm/squidex7/templates/ingress.yaml
-
helm/squidex7/values.yaml
|
|
|
@ -51,6 +51,6 @@ entries: |
|
|
|
- https://github.com/Squidex/squidex |
|
|
|
type: application |
|
|
|
urls: |
|
|
|
- squidex7-1.0.0.tgz |
|
|
|
version: 1.0.0 |
|
|
|
- squidex7-1.0.1.tgz |
|
|
|
version: 1.0.1 |
|
|
|
generated: "2022-08-10T10:38:40.2965702+02:00" |
|
|
|
|
|
|
|
@ -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.0 |
|
|
|
version: 1.0.1 |
|
|
|
appVersion: "7.0.2" |
|
|
|
|
|
|
|
home: https://squidex.io/ |
|
|
|
|
|
|
|
@ -22,6 +22,7 @@ spec: |
|
|
|
secretName: {{ .secretName }} |
|
|
|
{{- end }} |
|
|
|
{{- end }} |
|
|
|
ingressClassName: {{.Values.ingress.ingressClassName}} |
|
|
|
rules: |
|
|
|
- host: {{ .Values.ingress.hostName | quote }} |
|
|
|
http: |
|
|
|
|
|
|
|
@ -55,7 +55,7 @@ ingress: |
|
|
|
## If true, Squidex Ingress will be created. |
|
|
|
## |
|
|
|
enabled: true |
|
|
|
|
|
|
|
ingressClassName: nginx |
|
|
|
## Squidex Ingress annotations |
|
|
|
# annotations: |
|
|
|
# kubernetes.io/ingress.class: nginx |
|
|
|
@ -165,7 +165,7 @@ env: |
|
|
|
|
|
|
|
## @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. |
|
|
|
## |
|
|
|
LOGGING__APPLICATIONINSIGHTS__CONNECTIONSTRING: null # "instrumentationkey=keyvalue" |
|
|
|
|