Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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.0
appVersion: 0.10.0
version: 0.11.0
appVersion: 0.11.0
1 change: 1 addition & 0 deletions chart/crds/sme.sap.com_capapplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spec:
- services
type: object
btpAppName:
pattern: ^[a-z0-9_-]+$
type: string
domains:
properties:
Expand Down
4 changes: 4 additions & 0 deletions chart/templates/server-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ spec:
regex: PUT|DELETE
uri:
prefix: /provision/
- method:
regex: GET
uri:
prefix: /dependencies/
route:
- destination:
host: {{.Release.Name}}-subscription-server.{{.Release.Namespace}}.svc.cluster.local
Expand Down