File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments