Skip to content

Commit

Permalink
don't set ingress traefik annotion
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Dec 13, 2021
1 parent 06bbeb0 commit c80c919
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion templates/monitor/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c80c919

Please sign in to comment.