Skip to content

Commit

Permalink
[FIX] remove incompatible selector change in chart (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrishnan-sap authored Oct 2, 2024
1 parent 8b9e336 commit 63ea0fb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
description: Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/
name: cap-operator
version: 0.10.1
version: 0.10.2
appVersion: 0.10.0
3 changes: 0 additions & 3 deletions chart/templates/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ spec:
operator.sme.sap.com/app: controller
operator.sme.sap.com/category: controller
operator.sme.sap.com/release: {{.Release.Name}}
{{- if or (gt (len .Values.podLabels) 0) (gt (len .Values.controller.podLabels) 0) }}
{{- include "utils.maps.merge" (list .Values.podLabels .Values.controller.podLabels) | trim | nindent 6 }}
{{- end }}
template:
metadata:
labels:
Expand Down
3 changes: 0 additions & 3 deletions chart/templates/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ spec:
operator.sme.sap.com/app: subscription-server
operator.sme.sap.com/category: controller
operator.sme.sap.com/release: {{.Release.Name}}
{{- if or (gt (len .Values.podLabels) 0) (gt (len .Values.subscriptionServer.podLabels) 0) }}
{{- include "utils.maps.merge" (list .Values.podLabels .Values.subscriptionServer.podLabels) | trim | nindent 6 }}
{{- end }}
template:
metadata:
labels:
Expand Down
3 changes: 0 additions & 3 deletions chart/templates/webhook-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ spec:
operator.sme.sap.com/app: webhook
operator.sme.sap.com/category: controller
operator.sme.sap.com/release: {{.Release.Name}}
{{- if or (gt (len .Values.podLabels) 0) (gt (len .Values.webhook.podLabels) 0) }}
{{- include "utils.maps.merge" (list .Values.podLabels .Values.webhook.podLabels) | trim | nindent 6 }}
{{- end }}
template:
metadata:
labels:
Expand Down

0 comments on commit 63ea0fb

Please sign in to comment.