diff --git a/pkg/operator/data/charts/project-operator/Chart.yaml b/pkg/operator/data/charts/project-operator/Chart.yaml index 5e92efa..ef7254e 100644 --- a/pkg/operator/data/charts/project-operator/Chart.yaml +++ b/pkg/operator/data/charts/project-operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: project-operator description: A Helm chart for https://github.com/sap/project-operator type: application -version: 0.1.5 +version: 0.1.6 appVersion: v0.1.2 diff --git a/pkg/operator/data/charts/project-operator/README.md b/pkg/operator/data/charts/project-operator/README.md index 11987a2..b405cea 100644 --- a/pkg/operator/data/charts/project-operator/README.md +++ b/pkg/operator/data/charts/project-operator/README.md @@ -1,6 +1,6 @@ # project-operator -![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.2](https://img.shields.io/badge/AppVersion-v0.1.2-informational?style=flat-square) +![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.2](https://img.shields.io/badge/AppVersion-v0.1.2-informational?style=flat-square) A Helm chart for https://github.com/sap/project-operator diff --git a/pkg/operator/data/charts/project-operator/templates/deployment.yaml b/pkg/operator/data/charts/project-operator/templates/deployment.yaml index 8e77cf3..9fa7525 100644 --- a/pkg/operator/data/charts/project-operator/templates/deployment.yaml +++ b/pkg/operator/data/charts/project-operator/templates/deployment.yaml @@ -41,7 +41,7 @@ spec: {{- with .Values.topologySpreadConstraints }} topologySpreadConstraints: {{- range . }} - - {{ toYaml . | trim | nindent 8 }} + - {{ toYaml . | nindent 8 | trim }} {{- if not .labelSelector }} labelSelector: matchLabels: