Skip to content

Commit

Permalink
feat: uploads endpoint for hub ui
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola committed Mar 9, 2023
1 parent 349de16 commit 9122a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -19,7 +19,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: "0.7.3"
version: "0.8.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
1 change: 1 addition & 0 deletions charts/hub-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ routes:
- /_next/webpack-hmr
- /__nextjs_original-stack-frame
- /api/.ory/*
- /api/uploads

- name: hub-auth-api
serviceName: hydra-public
Expand Down

0 comments on commit 9122a5c

Please sign in to comment.