From 9122a5ce0943371caec80a4d5999dd731fb467f3 Mon Sep 17 00:00:00 2001 From: Kyle Espinola Date: Thu, 9 Mar 2023 12:49:41 +0100 Subject: [PATCH] feat: uploads endpoint for hub ui --- charts/hub-gateway/Chart.yaml | 2 +- charts/hub-gateway/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/hub-gateway/Chart.yaml b/charts/hub-gateway/Chart.yaml index 50b872e..17c43f0 100644 --- a/charts/hub-gateway/Chart.yaml +++ b/charts/hub-gateway/Chart.yaml @@ -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 diff --git a/charts/hub-gateway/values.yaml b/charts/hub-gateway/values.yaml index c534911..65d6b6f 100644 --- a/charts/hub-gateway/values.yaml +++ b/charts/hub-gateway/values.yaml @@ -125,6 +125,7 @@ routes: - /_next/webpack-hmr - /__nextjs_original-stack-frame - /api/.ory/* + - /api/uploads - name: hub-auth-api serviceName: hydra-public