diff --git a/charts-private/chatsqc/Chart.yaml b/charts-private/chatsqc/Chart.yaml index 985b0be..ded3036 100644 --- a/charts-private/chatsqc/Chart.yaml +++ b/charts-private/chatsqc/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: chatsqc description: OSC chatsqc web service type: application -version: 0.2.1 +version: 0.3.0 appVersion: v1.1 maintainers: - name: treydock dependencies: - name: webservice - version: 0.35.2 + version: 0.36.0 repository: https://osc.github.io/osc-helm-charts/ # repository: file://../../charts/webservice diff --git a/charts-private/emt-api/Chart.yaml b/charts-private/emt-api/Chart.yaml index 6c5d036..109d0d1 100644 --- a/charts-private/emt-api/Chart.yaml +++ b/charts-private/emt-api/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: emt-api description: OSC emt-api web service type: application -version: 0.2.1 +version: 0.3.0 appVersion: v0.1.0 maintainers: - name: treydock dependencies: - name: webservice - version: 0.35.2 + version: 0.36.0 repository: https://osc.github.io/osc-helm-charts/ # repository: file://../../charts/webservice diff --git a/charts-private/emt-api/values.yaml b/charts-private/emt-api/values.yaml index 93375b8..2f2fa3d 100644 --- a/charts-private/emt-api/values.yaml +++ b/charts-private/emt-api/values.yaml @@ -37,7 +37,7 @@ webservice: auth: false auth: enable: true - skipAuthRoute: "/api/*" + skipAuthRoute: "^/api($|/.*)" idpHost: EXTERNAL-DATA clientSecret: EXTERNAL-SECRET cookieSecret: EXTERNAL-SECRET diff --git a/charts-private/emthub/Chart.yaml b/charts-private/emthub/Chart.yaml index fbc3980..e86a13f 100644 --- a/charts-private/emthub/Chart.yaml +++ b/charts-private/emthub/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: emthub description: OSC emthub web service type: application -version: 0.5.1 +version: 0.6.0 appVersion: v0.1.0 maintainers: - name: treydock dependencies: - name: webservice - version: 0.35.2 + version: 0.36.0 repository: https://osc.github.io/osc-helm-charts/ # repository: file://../../charts/webservice