From ca3f10ce902c3cde6fbcf8b7fd691c1cb4b9a3ed Mon Sep 17 00:00:00 2001 From: "Reuven V. Gonzales" Date: Thu, 12 Dec 2024 22:26:31 +0000 Subject: [PATCH] Fix: MCS Helm Chart --- ops/helm-charts/metrics-calculation-service/Chart.yaml | 2 +- ops/helm-charts/metrics-calculation-service/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ops/helm-charts/metrics-calculation-service/Chart.yaml b/ops/helm-charts/metrics-calculation-service/Chart.yaml index ef2ae68c5..8a703b448 100644 --- a/ops/helm-charts/metrics-calculation-service/Chart.yaml +++ b/ops/helm-charts/metrics-calculation-service/Chart.yaml @@ -3,5 +3,5 @@ name: metrics-calculation-service description: The metrics calculation service type: application -version: 0.1.0 +version: 0.1.1 appVersion: 0.1.0 \ No newline at end of file diff --git a/ops/helm-charts/metrics-calculation-service/values.yaml b/ops/helm-charts/metrics-calculation-service/values.yaml index ed93e2aa7..652979615 100644 --- a/ops/helm-charts/metrics-calculation-service/values.yaml +++ b/ops/helm-charts/metrics-calculation-service/values.yaml @@ -1,4 +1,6 @@ mcs: + global: + fullnameOverride: "" service: port: 8000 logging: