From c80c919ec8e04bee541969c85627214fc247bed5 Mon Sep 17 00:00:00 2001 From: Rob Kooper Date: Mon, 13 Dec 2021 10:51:26 -0600 Subject: [PATCH] don't set ingress traefik annotion --- Chart.yaml | 4 ++-- README.md | 3 +++ templates/ingress.yaml | 1 - templates/monitor/ingress.yaml | 1 - 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index bb585eb..263606f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -13,7 +13,7 @@ description: > # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.14.5 +version: 0.14.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -55,4 +55,4 @@ annotations: - name: Helm Chart url: https://github.com/clowder-framework/clowder-helm artifacthub.io/changes: | - - 1.19.4 release of clowder + - don't set traefik ingress annotionion, it breaks TLS diff --git a/README.md b/README.md index 8aedcda..046349f 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,9 @@ extraConfig: ## ChangeLog +### 0.14.6 +- don't set traefik ingress annotionion, it breaks TLS + ### 0.14.5 - Update clowder to version [1.19.4](https://github.com/clowder-framework/clowder/releases/tag/v1.19.4) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index 1ace305..07f8b86 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -10,7 +10,6 @@ metadata: annotations: {{- if .Values.ingress.tls }} kubernetes.io/tls-acme: "true" - traefik.ingress.kubernetes.io/router.tls: "true" {{- end }} {{- with .Values.ingress.annotations }} {{- toYaml . | nindent 4 }} diff --git a/templates/monitor/ingress.yaml b/templates/monitor/ingress.yaml index ff14365..dda973b 100644 --- a/templates/monitor/ingress.yaml +++ b/templates/monitor/ingress.yaml @@ -11,7 +11,6 @@ metadata: annotations: {{- if .Values.ingress.tls }} kubernetes.io/tls-acme: "true" - traefik.ingress.kubernetes.io/router.tls: "true" {{- end }} {{- with .Values.ingress.annotations }} {{- toYaml . | nindent 4 }}