diff --git a/charts/azure-resourcemanager-exporter/Chart.yaml b/charts/azure-resourcemanager-exporter/Chart.yaml index 7afbc5d..4fe8a5c 100644 --- a/charts/azure-resourcemanager-exporter/Chart.yaml +++ b/charts/azure-resourcemanager-exporter/Chart.yaml @@ -3,7 +3,7 @@ name: azure-resourcemanager-exporter type: application description: A Helm chart for azure-resourcemanager-exporter home: https://github.com/webdevops/azure-resourcemanager-exporter -version: 1.3.1 +version: 1.3.2 # renovate: image=webdevops/azure-resourcemanager-exporter appVersion: 24.9.0 keywords: diff --git a/charts/azure-resourcemanager-exporter/templates/deployment.yaml b/charts/azure-resourcemanager-exporter/templates/deployment.yaml index 7466383..4ff331b 100644 --- a/charts/azure-resourcemanager-exporter/templates/deployment.yaml +++ b/charts/azure-resourcemanager-exporter/templates/deployment.yaml @@ -24,7 +24,7 @@ spec: labels: {{- include "azure-resourcemanager-exporter.selectorLabels" . | nindent 8 }} {{- with .Values.podLabels }} - {{ toYaml . | indent 8 }} + {{- toYaml . | nindent 8 }} {{- end }} {{- if or (not .Values.existingConfigMap) (.Values.podAnnotations) (.Values.secrets) }} annotations: