From 3f943cd8ed3e67a73a7937bfd1d4279ecf544282 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Thu, 6 Jul 2023 16:57:44 +0200 Subject: [PATCH] fix TLS template rendering Signed-off-by: Frank Jogeleit --- CHANGELOG.md | 3 +++ charts/policy-reporter/Chart.lock | 8 ++++---- charts/policy-reporter/Chart.yaml | 6 +++--- charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml | 2 +- .../charts/kyvernoPlugin/templates/ingress.yaml | 2 +- charts/policy-reporter/charts/ui/Chart.yaml | 2 +- charts/policy-reporter/charts/ui/templates/ingress.yaml | 2 +- charts/policy-reporter/templates/ingress.yaml | 2 +- 8 files changed, 15 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f449ca3b..5bd201f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 2.19.3 +* Helm Chart + * Fix ingress TLS rendering # 2.19.3 * Helm Chart * Fix Ingress TLS block [[#317](https://github.com/kyverno/policy-reporter/pull/317) by [rufusnufus](https://github.com/rufusnufus)] diff --git a/charts/policy-reporter/Chart.lock b/charts/policy-reporter/Chart.lock index a7caea01..77a57036 100644 --- a/charts/policy-reporter/Chart.lock +++ b/charts/policy-reporter/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.7.1 - name: ui repository: "" - version: 2.9.5 + version: 2.9.6 - name: kyvernoPlugin repository: "" - version: 1.5.5 -digest: sha256:bd96fe77e2f2bf55dba6332a1e61241e494b1f20f1ac5a3bfa181a3d16146d3c -generated: "2023-06-03T16:16:30.05684+03:00" + version: 1.5.6 +digest: sha256:f5d6911c70a5472dbf753983c924b6e8dbdf48eba43f4b65dd28d92221440616 +generated: "2023-07-06T16:57:22.253715+02:00" diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index 034cba82..c52aace5 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -5,7 +5,7 @@ description: | It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord type: application -version: 2.19.3 +version: 2.19.4 appVersion: 2.15.2 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png @@ -21,7 +21,7 @@ dependencies: version: "2.7.1" - name: ui condition: ui.enabled - version: "2.9.5" + version: "2.9.6" - name: kyvernoPlugin condition: kyvernoPlugin.enabled - version: "1.5.5" + version: "1.5.6" diff --git a/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml b/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml index 0e7bc601..01f264a8 100644 --- a/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml +++ b/charts/policy-reporter/charts/kyvernoPlugin/Chart.yaml @@ -3,5 +3,5 @@ name: kyvernoPlugin description: Policy Reporter Kyverno Plugin type: application -version: 1.5.5 +version: 1.5.6 appVersion: 1.5.1 \ No newline at end of file diff --git a/charts/policy-reporter/charts/kyvernoPlugin/templates/ingress.yaml b/charts/policy-reporter/charts/kyvernoPlugin/templates/ingress.yaml index 9486121a..23da5ad8 100644 --- a/charts/policy-reporter/charts/kyvernoPlugin/templates/ingress.yaml +++ b/charts/policy-reporter/charts/kyvernoPlugin/templates/ingress.yaml @@ -35,7 +35,7 @@ spec: {{- if .Values.ingress.tls }} tls: {{- toYaml .Values.ingress.tls | nindent 4 }} - {{- end -}} + {{- end }} rules: {{- range .Values.ingress.hosts }} - host: {{ .host | quote }} diff --git a/charts/policy-reporter/charts/ui/Chart.yaml b/charts/policy-reporter/charts/ui/Chart.yaml index 1092acff..f139d3ea 100644 --- a/charts/policy-reporter/charts/ui/Chart.yaml +++ b/charts/policy-reporter/charts/ui/Chart.yaml @@ -3,5 +3,5 @@ name: ui description: Policy Reporter UI type: application -version: 2.9.5 +version: 2.9.6 appVersion: 1.8.4 diff --git a/charts/policy-reporter/charts/ui/templates/ingress.yaml b/charts/policy-reporter/charts/ui/templates/ingress.yaml index 36a2853e..5498dbf0 100644 --- a/charts/policy-reporter/charts/ui/templates/ingress.yaml +++ b/charts/policy-reporter/charts/ui/templates/ingress.yaml @@ -35,7 +35,7 @@ spec: {{- if .Values.ingress.tls }} tls: {{- toYaml .Values.ingress.tls | nindent 4 }} - {{- end -}} + {{- end }} rules: {{- range .Values.ingress.hosts }} - host: {{ .host | quote }} diff --git a/charts/policy-reporter/templates/ingress.yaml b/charts/policy-reporter/templates/ingress.yaml index 8e5e9cc8..e1f487a2 100644 --- a/charts/policy-reporter/templates/ingress.yaml +++ b/charts/policy-reporter/templates/ingress.yaml @@ -35,7 +35,7 @@ spec: {{- if .Values.ingress.tls }} tls: {{- toYaml .Values.ingress.tls | nindent 4 }} - {{- end -}} + {{- end }} rules: {{- range .Values.ingress.hosts }} - host: {{ .host | quote }}