diff --git a/pkg/operator/data/charts/reactivejob-operator/Chart.yaml b/pkg/operator/data/charts/reactivejob-operator/Chart.yaml index d8cadbc..5586f15 100644 --- a/pkg/operator/data/charts/reactivejob-operator/Chart.yaml +++ b/pkg/operator/data/charts/reactivejob-operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: reactivejob-operator description: A Helm chart for https://github.com/sap/reactivejob-operator type: application -version: 0.1.1 +version: 0.1.2 appVersion: v0.1.0 diff --git a/pkg/operator/data/charts/reactivejob-operator/README.md b/pkg/operator/data/charts/reactivejob-operator/README.md index 687cda1..16346d0 100644 --- a/pkg/operator/data/charts/reactivejob-operator/README.md +++ b/pkg/operator/data/charts/reactivejob-operator/README.md @@ -1,6 +1,6 @@ # reactivejob-operator -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) A Helm chart for https://github.com/sap/reactivejob-operator diff --git a/pkg/operator/data/charts/reactivejob-operator/templates/deployment.yaml b/pkg/operator/data/charts/reactivejob-operator/templates/deployment.yaml index 76c3b0a..9fbefb5 100644 --- a/pkg/operator/data/charts/reactivejob-operator/templates/deployment.yaml +++ b/pkg/operator/data/charts/reactivejob-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: