Skip to content

Commit

Permalink
Update chart (triggered by operator helm release 0.1.1)
Browse files Browse the repository at this point in the history
Repository: SAP/project-operator-helm
Release: 0.1.1
Commit: d531210cdca0bd1473df76b1f7a2612777b859c2
  • Loading branch information
1 parent 1400138 commit 51fb56a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/operator/data/charts/project-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
appVersion: v0.1.0
version: 0.1.1
appVersion: v0.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ data:
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
name: {{ include "project-operator.fullname" . }}-validate
name: {{ include "project-operator.fullname" . }}
labels:
{{- include "project-operator.labels" . | nindent 4 }}
{{- if .Values.webhook.certManager.enabled }}
Expand All @@ -83,8 +83,8 @@ webhooks:
name: {{ include "project-operator.fullname" . }}
namespace: {{ .Release.Namespace }}
path: /validate-core-cs-sap-com-v1alpha1-project
failurePolicy: Fail
name: validate-project.core.cs.sap.com
port: 443
name: validate.projects.core.cs.sap.com
rules:
- apiGroups:
- core.cs.sap.com
Expand All @@ -96,6 +96,9 @@ webhooks:
- DELETE
resources:
- projects
scope: Cluster
matchPolicy: Equivalent
sideEffects: None
timeoutSeconds: 10
failurePolicy: Fail

0 comments on commit 51fb56a

Please sign in to comment.