Skip to content

Commit ea05eae

Browse files
committed
refactor: add webhooks path to hub ui
1 parent 809278c commit ea05eae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/hub-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: "0.3.0"
21+
version: "0.4.0"
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-gateway/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ routes:
6666
- GET
6767
paths:
6868
- /settings
69+
- /webhooks
70+
- /webhooks/*
6971
- /members
7072
- /members/*
7173
- /organizations/new

0 commit comments

Comments
 (0)