diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index f1f7ba5587..dec3227ed9 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 5.12.4 +version: 5.12.5 appVersion: 5.2.2 description: Web publishing platform for building blogs and websites. icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png diff --git a/stable/wordpress/templates/svc.yaml b/stable/wordpress/templates/svc.yaml index c0ea2826a2..609a35089a 100644 --- a/stable/wordpress/templates/svc.yaml +++ b/stable/wordpress/templates/svc.yaml @@ -34,7 +34,7 @@ spec: nodePort: null {{- end }} {{- if .Values.service.extraPorts }} -{{ toYaml .Values.service.extraPorts | indent 6 }} +{{ toYaml .Values.service.extraPorts | indent 4 }} {{- end }} selector: app: "{{ template "wordpress.fullname" . }}"