Skip to content

Commit

Permalink
Bump chatsqc emt-api and emthub to use single Ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jun 13, 2024
1 parent ebdae8b commit 409d0df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts-private/chatsqc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts-private/emt-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts-private/emt-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ webservice:
auth: false
auth:
enable: true
skipAuthRoute: "/api/*"
skipAuthRoute: "^/api($|/.*)"
idpHost: EXTERNAL-DATA
clientSecret: EXTERNAL-SECRET
cookieSecret: EXTERNAL-SECRET
Expand Down
4 changes: 2 additions & 2 deletions charts-private/emthub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 409d0df

Please sign in to comment.