Skip to content

Commit

Permalink
Update chart (triggered by operator helm release 0.1.2)
Browse files Browse the repository at this point in the history
Repository: SAP/reactivejob-operator-helm
Release: 0.1.2
Commit: 96806dbcd91dfd1168ccd8b9e112d1d90cc2880a
  • Loading branch information
ERP4SME-DevOps-GitHub-Workflow-User committed Jul 27, 2023
1 parent 44d75af commit ba9b551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/operator/data/charts/reactivejob-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pkg/operator/data/charts/reactivejob-operator/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
{{- with .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{- range . }}
- {{ toYaml . | trim | nindent 8 }}
- {{ toYaml . | nindent 8 | trim }}
{{- if not .labelSelector }}
labelSelector:
matchLabels:
Expand Down

0 comments on commit ba9b551

Please sign in to comment.