diff --git a/pkg/operator/data/charts/image-mapper/Chart.yaml b/pkg/operator/data/charts/image-mapper/Chart.yaml index c5a47ac..ed9407a 100644 --- a/pkg/operator/data/charts/image-mapper/Chart.yaml +++ b/pkg/operator/data/charts/image-mapper/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: image-mapper description: A Helm chart for https://github.com/sap/image-mapper type: application -version: 0.4.0 -appVersion: v0.4.0 +version: 0.4.1 +appVersion: v0.4.1 diff --git a/pkg/operator/data/charts/image-mapper/README.md b/pkg/operator/data/charts/image-mapper/README.md index a57659f..d41edab 100644 --- a/pkg/operator/data/charts/image-mapper/README.md +++ b/pkg/operator/data/charts/image-mapper/README.md @@ -1,6 +1,6 @@ # image-mapper -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.1](https://img.shields.io/badge/AppVersion-v0.4.1-informational?style=flat-square) A Helm chart for https://github.com/sap/image-mapper diff --git a/pkg/operator/data/charts/image-mapper/templates/service.yaml b/pkg/operator/data/charts/image-mapper/templates/service.yaml index 6adabff..0842ced 100644 --- a/pkg/operator/data/charts/image-mapper/templates/service.yaml +++ b/pkg/operator/data/charts/image-mapper/templates/service.yaml @@ -12,4 +12,4 @@ spec: targetPort: webhooks name: https selector: - {{- include "image-mapper.selectorLabels" . | nindent 4 }} \ No newline at end of file + {{- include "image-mapper.selectorLabels" . | nindent 4 }} diff --git a/pkg/operator/data/charts/image-mapper/templates/webhook.yaml b/pkg/operator/data/charts/image-mapper/templates/webhook.yaml index dbc52c6..78848e8 100644 --- a/pkg/operator/data/charts/image-mapper/templates/webhook.yaml +++ b/pkg/operator/data/charts/image-mapper/templates/webhook.yaml @@ -114,10 +114,10 @@ webhooks: {{- toYaml . | nindent 4 }} {{- end }} namespaceSelector: - {{- with .Values.webhook.namespaceSelector.matchLabels }} + {{- with .Values.webhook.namespaceSelector.matchLabels }} matchLabels: {{- toYaml . | nindent 6 }} - {{- end }} + {{- end }} matchExpressions: - key: image-mapper.cs.sap.com/ignored operator: NotIn