Skip to content

Commit

Permalink
Bump web services to use single Ingress (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Jun 13, 2024
1 parent 6e4fb6c commit d30cc5b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/config/kyverno-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ admissionController:
extraArgs:
loggingFormat: text
exceptionNamespace: kyverno
webhookTimeout: 20
webhookTimeout: 30
config:
# TODO: Remove once fixed: https://github.com/kyverno/kyverno/issues/3190
resourceFilters:
Expand Down
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.3.0
version: 0.3.1
appVersion: v1.1
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.36.0
version: 0.36.1
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.3.0
version: 0.3.1
appVersion: v0.1.0
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.36.0
version: 0.36.1
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice
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.6.0
version: 0.6.1
appVersion: v0.1.0
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.36.0
version: 0.36.1
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice
4 changes: 2 additions & 2 deletions charts-private/focalmap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: focalmap
description: OSC focalmap web service
type: application
version: 0.14.1
version: 0.15.1
appVersion: v0.9.0
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.35.2
version: 0.36.1
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice
4 changes: 2 additions & 2 deletions charts-private/phylogatr-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: phylogatr-web
description: OSC phylogatr web service
type: application
version: 0.25.1
version: 0.26.1
appVersion: "v2.3.4"
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.35.2
version: 0.36.1
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice
4 changes: 2 additions & 2 deletions charts-private/rigatoni/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: rigatoni
description: OSC rigatoni web service
type: application
version: 0.7.1
version: 0.8.1
appVersion: v0.2.0
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.35.2
version: 0.36.1
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice
4 changes: 2 additions & 2 deletions charts-private/sirmodel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: sirmodel
description: OSC sirmodel web service
type: application
version: 0.10.1
version: 0.11.1
appVersion: v1.1.0
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.35.2
version: 0.36.1
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice
4 changes: 2 additions & 2 deletions charts-private/webmo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: webmo
description: OSC webmo web service
type: application
version: 0.6.1
version: 0.7.1
appVersion: '23.1'
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.35.2
version: 0.36.1
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice

0 comments on commit d30cc5b

Please sign in to comment.