Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Helm chart changes for getDependencies endpoint in subscription server #75

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
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
Loading