From 2532100bd6d926e6755ecb4ae4e2cf172b122fb9 Mon Sep 17 00:00:00 2001 From: Alessandro Lorenzi Date: Tue, 28 Nov 2023 13:31:37 +0100 Subject: [PATCH] [stable/cachet] ingress use tls key (#550) fix: cachet ingress use tls key --- stable/cachet/Chart.yaml | 2 +- stable/cachet/README.md | 2 +- stable/cachet/templates/ingress.yaml | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/stable/cachet/Chart.yaml b/stable/cachet/Chart.yaml index 01e700c0..95a5e466 100644 --- a/stable/cachet/Chart.yaml +++ b/stable/cachet/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "2.3.15" description: The open source status page system name: cachet -version: 1.3.2 +version: 1.3.3 home: https://cachethq.io/ sources: - https://github.com/CachetHQ/Docker diff --git a/stable/cachet/README.md b/stable/cachet/README.md index a3fca34a..150d49a1 100644 --- a/stable/cachet/README.md +++ b/stable/cachet/README.md @@ -1,6 +1,6 @@ # cachet -![Version: 1.3.2](https://img.shields.io/badge/Version-1.3.2-informational?style=flat-square) ![AppVersion: 2.3.15](https://img.shields.io/badge/AppVersion-2.3.15-informational?style=flat-square) +![Version: 1.3.3](https://img.shields.io/badge/Version-1.3.3-informational?style=flat-square) ![AppVersion: 2.3.15](https://img.shields.io/badge/AppVersion-2.3.15-informational?style=flat-square) The open source status page system diff --git a/stable/cachet/templates/ingress.yaml b/stable/cachet/templates/ingress.yaml index 297144d3..70b2e9b5 100755 --- a/stable/cachet/templates/ingress.yaml +++ b/stable/cachet/templates/ingress.yaml @@ -13,6 +13,16 @@ spec: {{- if .Values.ingress.ingressClassName }} ingressClassName: {{ .Values.ingress.ingressClassName }} {{- end }} + {{- if .Values.ingress.tls }} + tls: + {{- range .Values.ingress.tls }} + - hosts: + {{- range .hosts }} + - {{ . | quote }} + {{- end }} + secretName: {{ .secretName }} + {{- end }} + {{- end }} rules: - host: {{ .Values.ingress.host }} http: