From 4d7ec41a89cb32213c66685bb76cb0898bb5e428 Mon Sep 17 00:00:00 2001 From: ERP4SME-DevOps-GitHub-Workflow-User <134080766+ERP4SME-DevOps-GitHub-Workflow-User@users.noreply.github.com> Date: Thu, 27 Jul 2023 19:28:40 +0000 Subject: [PATCH] Update chart (triggered by operator helm release 0.3.4) Repository: SAP/cf-service-operator-helm Release: 0.3.4 Commit: 65d1e0f985c7fc15e05081ec65e34a01527e86ec --- pkg/operator/data/charts/cf-service-operator/Chart.yaml | 2 +- pkg/operator/data/charts/cf-service-operator/README.md | 2 +- .../data/charts/cf-service-operator/templates/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/operator/data/charts/cf-service-operator/Chart.yaml b/pkg/operator/data/charts/cf-service-operator/Chart.yaml index 7fcb4dd..805fd8e 100644 --- a/pkg/operator/data/charts/cf-service-operator/Chart.yaml +++ b/pkg/operator/data/charts/cf-service-operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: cf-service-operator description: A Helm chart for https://github.com/sap/cf-service-operator type: application -version: 0.3.3 +version: 0.3.4 appVersion: v0.3.2 diff --git a/pkg/operator/data/charts/cf-service-operator/README.md b/pkg/operator/data/charts/cf-service-operator/README.md index 0abdae2..e896f3e 100644 --- a/pkg/operator/data/charts/cf-service-operator/README.md +++ b/pkg/operator/data/charts/cf-service-operator/README.md @@ -1,6 +1,6 @@ # cf-service-operator -![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.2](https://img.shields.io/badge/AppVersion-v0.3.2-informational?style=flat-square) +![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.2](https://img.shields.io/badge/AppVersion-v0.3.2-informational?style=flat-square) A Helm chart for https://github.com/sap/cf-service-operator diff --git a/pkg/operator/data/charts/cf-service-operator/templates/deployment.yaml b/pkg/operator/data/charts/cf-service-operator/templates/deployment.yaml index 8acbef6..39527fe 100644 --- a/pkg/operator/data/charts/cf-service-operator/templates/deployment.yaml +++ b/pkg/operator/data/charts/cf-service-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: