mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
[stable/joomla] Fix wrongly referenced ingress annotations (#19715)
* Fix wrongly referenced ingress annotations Signed-off-by: Brendan Keessen <github@w00f.nl> Signed-off-by: Brendan Keessen <brendan.keessen@dapas.nl> * Bump version Signed-off-by: Brendan Keessen <github@w00f.nl> Signed-off-by: Brendan Keessen <brendan.keessen@dapas.nl> * Bump version Signed-off-by: Brendan Keessen <brendan.keessen@dapas.nl>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
83291bab45
commit
bb1f34651e
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: joomla
|
||||
version: 7.1.1
|
||||
version: 7.1.2
|
||||
appVersion: 3.9.14
|
||||
description: PHP content management system (CMS) for publishing web content
|
||||
keywords:
|
||||
|
||||
@@ -15,7 +15,7 @@ metadata:
|
||||
{{- if .Values.ingress.certManager }}
|
||||
kubernetes.io/tls-acme: "true"
|
||||
{{- end }}
|
||||
{{- range $key, $value := .annotations }}
|
||||
{{- range $key, $value := .Values.ingress.annotations }}
|
||||
{{ $key }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user