Skip to content

Commit c80c919

Browse files
committed
don't set ingress traefik annotion
1 parent 06bbeb0 commit c80c919

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: >
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.14.5
16+
version: 0.14.6
1717

1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
@@ -55,4 +55,4 @@ annotations:
5555
- name: Helm Chart
5656
url: https://github.com/clowder-framework/clowder-helm
5757
artifacthub.io/changes: |
58-
- 1.19.4 release of clowder
58+
- don't set traefik ingress annotionion, it breaks TLS

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ extraConfig:
167167
168168
## ChangeLog
169169
170+
### 0.14.6
171+
- don't set traefik ingress annotionion, it breaks TLS
172+
170173
### 0.14.5
171174
- Update clowder to version [1.19.4](https://github.com/clowder-framework/clowder/releases/tag/v1.19.4)
172175

templates/ingress.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ metadata:
1010
annotations:
1111
{{- if .Values.ingress.tls }}
1212
kubernetes.io/tls-acme: "true"
13-
traefik.ingress.kubernetes.io/router.tls: "true"
1413
{{- end }}
1514
{{- with .Values.ingress.annotations }}
1615
{{- toYaml . | nindent 4 }}

templates/monitor/ingress.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ metadata:
1111
annotations:
1212
{{- if .Values.ingress.tls }}
1313
kubernetes.io/tls-acme: "true"
14-
traefik.ingress.kubernetes.io/router.tls: "true"
1514
{{- end }}
1615
{{- with .Values.ingress.annotations }}
1716
{{- toYaml . | nindent 4 }}

0 commit comments

Comments
 (0)