diff --git a/upstreamed/joomla/Chart.yaml b/upstreamed/joomla/Chart.yaml index 3a71c5c9f..06d9d9e81 100644 --- a/upstreamed/joomla/Chart.yaml +++ b/upstreamed/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/upstreamed/joomla/templates/ingress.yaml b/upstreamed/joomla/templates/ingress.yaml index abb342f33..221f9a146 100644 --- a/upstreamed/joomla/templates/ingress.yaml +++ b/upstreamed/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: