From 37f3124d0bfac35bd5490c5151271926c0911375 Mon Sep 17 00:00:00 2001 From: treydock Date: Mon, 11 Dec 2023 10:31:34 -0500 Subject: [PATCH] Update focalmap and emthub receivers (#222) * Update focalmap and emthub receivers * Update to chart-testing-action action v2.6.0 --- .github/workflows/test-private.yaml | 4 ++-- .github/workflows/test.yaml | 4 ++-- charts-private/emthub/Chart.yaml | 2 +- charts-private/emthub/values.yaml | 2 +- charts-private/focalmap/Chart.yaml | 4 ++-- charts-private/focalmap/values.yaml | 8 ++------ 6 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test-private.yaml b/.github/workflows/test-private.yaml index b9f2fb5c..a9898d5f 100644 --- a/.github/workflows/test-private.yaml +++ b/.github/workflows/test-private.yaml @@ -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 @@ -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/kind-action@v1.4.0 with: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 25440843..d6b01f9c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 @@ -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/kind-action@v1.4.0 with: diff --git a/charts-private/emthub/Chart.yaml b/charts-private/emthub/Chart.yaml index 61f7070a..0d0dcb4f 100644 --- a/charts-private/emthub/Chart.yaml +++ b/charts-private/emthub/Chart.yaml @@ -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 diff --git a/charts-private/emthub/values.yaml b/charts-private/emthub/values.yaml index 483e093b..4d79f385 100644 --- a/charts-private/emthub/values.yaml +++ b/charts-private/emthub/values.yaml @@ -36,6 +36,6 @@ webservice: roDir: project: /fs/ess/PAS2531 alert: - receiver: gateways + receiver: emthub debugGroups: - wiagstf diff --git a/charts-private/focalmap/Chart.yaml b/charts-private/focalmap/Chart.yaml index b66ef442..67e1b248 100644 --- a/charts-private/focalmap/Chart.yaml +++ b/charts-private/focalmap/Chart.yaml @@ -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 diff --git a/charts-private/focalmap/values.yaml b/charts-private/focalmap/values.yaml index 5f24866e..c5ebb26f 100644 --- a/charts-private/focalmap/values.yaml +++ b/charts-private/focalmap/values.yaml @@ -7,8 +7,6 @@ global: replicas: 2 image: tag: '{{ .Values.global.imageTag }}' - alert: - receiver: covidsim podResources: limits: cpu: 4 @@ -23,8 +21,6 @@ global: replicas: 2 image: tag: '{{ .Values.global.imageTag }}' - alert: - receiver: gateways podResources: limits: cpu: 4 @@ -39,8 +35,6 @@ global: replicas: 1 image: tag: latest - alert: - receiver: gateways podResources: limits: cpu: 4 @@ -64,6 +58,8 @@ webservice: mounts: roDir: project: /fs/ess/PDE0001 + alert: + receiver: focalmap debugGroups: - focalmap_developer - wiagstf