diff --git a/stable/joomla/Chart.yaml b/stable/joomla/Chart.yaml index 3a71c5c9fb..06d9d9e81b 100644 --- a/stable/joomla/Chart.yaml +++ b/stable/joomla/Chart.yaml @@ -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: diff --git a/stable/joomla/templates/ingress.yaml b/stable/joomla/templates/ingress.yaml index abb342f338..221f9a146d 100644 --- a/stable/joomla/templates/ingress.yaml +++ b/stable/joomla/templates/ingress.yaml @@ -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: