Skip to content

Commit

Permalink
Update focalmap and emthub receivers (#222)
Browse files Browse the repository at this point in the history
* Update focalmap and emthub receivers

* Update to chart-testing-action action v2.6.0
  • Loading branch information
treydock authored Dec 11, 2023
1 parent 8e10429 commit 37f3124
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
- name: Run chart-testing (lint)
run: ct lint --config .github/config/cf.yaml --chart-dirs charts-private

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
version: v3.12.0
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
- name: Run chart-testing (lint)
run: ct lint --config .github/config/cf.yaml --chart-dirs charts

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion charts-private/emthub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: emthub
description: OSC emthub web service
type: application
version: 0.4.0
version: 0.4.1
appVersion: v0.1.0
maintainers:
- name: treydock
Expand Down
2 changes: 1 addition & 1 deletion charts-private/emthub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ webservice:
roDir:
project: /fs/ess/PAS2531
alert:
receiver: gateways
receiver: emthub
debugGroups:
- wiagstf
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.13.0
version: 0.13.1
appVersion: v0.9.0
maintainers:
- name: treydock
dependencies:
- name: webservice
version: 0.32.0
version: 0.33.0
repository: https://osc.github.io/osc-helm-charts/
# repository: file://../../charts/webservice
8 changes: 2 additions & 6 deletions charts-private/focalmap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ global:
replicas: 2
image:
tag: '{{ .Values.global.imageTag }}'
alert:
receiver: covidsim
podResources:
limits:
cpu: 4
Expand All @@ -23,8 +21,6 @@ global:
replicas: 2
image:
tag: '{{ .Values.global.imageTag }}'
alert:
receiver: gateways
podResources:
limits:
cpu: 4
Expand All @@ -39,8 +35,6 @@ global:
replicas: 1
image:
tag: latest
alert:
receiver: gateways
podResources:
limits:
cpu: 4
Expand All @@ -64,6 +58,8 @@ webservice:
mounts:
roDir:
project: /fs/ess/PDE0001
alert:
receiver: focalmap
debugGroups:
- focalmap_developer
- wiagstf

0 comments on commit 37f3124

Please sign in to comment.