Skip to content

Commit

Permalink
refactor: add webhooks path to hub ui
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola committed Feb 16, 2023
1 parent 809278c commit ea05eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hub-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.3.0"
version: "0.4.0"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions charts/hub-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ routes:
- GET
paths:
- /settings
- /webhooks
- /webhooks/*
- /members
- /members/*
- /organizations/new
Expand Down

0 comments on commit ea05eae

Please sign in to comment.