Skip to content

Commit 198129f

Browse files
committed
fix: expose member subroutes on the hub ui for the gatewa
1 parent af00cd6 commit 198129f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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.2.1"
21+
version: "0.2.2"
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ routes:
4040
paths:
4141
- /settings
4242
- /members
43+
- /members/*
4344
- /organizations/new
4445
- /projects
4546
- /projects/*

0 commit comments

Comments
 (0)