diff --git a/helm/index.yaml b/helm/index.yaml index a392c66ab..27d48bed0 100644 --- a/helm/index.yaml +++ b/helm/index.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" diff --git a/helm/squidex7-1.0.1.tgz b/helm/squidex7-1.0.1.tgz new file mode 100644 index 000000000..6c48de02a Binary files /dev/null and b/helm/squidex7-1.0.1.tgz differ diff --git a/helm/squidex7/Chart.yaml b/helm/squidex7/Chart.yaml index c524eea50..8a161270c 100644 --- a/helm/squidex7/Chart.yaml +++ b/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.0 +version: 1.0.1 appVersion: "7.0.2" home: https://squidex.io/ diff --git a/helm/squidex7/templates/ingress.yaml b/helm/squidex7/templates/ingress.yaml index 4ba1b6c44..42a5dfffa 100644 --- a/helm/squidex7/templates/ingress.yaml +++ b/helm/squidex7/templates/ingress.yaml @@ -22,6 +22,7 @@ spec: secretName: {{ .secretName }} {{- end }} {{- end }} + ingressClassName: {{.Values.ingress.ingressClassName}} rules: - host: {{ .Values.ingress.hostName | quote }} http: diff --git a/helm/squidex7/values.yaml b/helm/squidex7/values.yaml index 4389e2a1a..8d7c9b2c5 100644 --- a/helm/squidex7/values.yaml +++ b/helm/squidex7/values.yaml @@ -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"