From 5439552211c5972264606e195bb55dc76f3bbd0b Mon Sep 17 00:00:00 2001 From: "Reuven V. Gonzales" Date: Sun, 15 Dec 2024 20:13:37 +0000 Subject: [PATCH] Fix small deployment typo --- ops/helm-charts/metrics-calculation-service/Chart.yaml | 2 +- ops/helm-charts/metrics-calculation-service/templates/app.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ops/helm-charts/metrics-calculation-service/Chart.yaml b/ops/helm-charts/metrics-calculation-service/Chart.yaml index a6e3713b..845804c5 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.8.1 +version: 0.8.2 appVersion: 0.1.0 \ No newline at end of file diff --git a/ops/helm-charts/metrics-calculation-service/templates/app.yaml b/ops/helm-charts/metrics-calculation-service/templates/app.yaml index c4a4e071..a37c0c49 100644 --- a/ops/helm-charts/metrics-calculation-service/templates/app.yaml +++ b/ops/helm-charts/metrics-calculation-service/templates/app.yaml @@ -44,7 +44,7 @@ spec: tolerations: {{ toYaml . | nindent 12 }} {{- end }} - {{- with. .Values.mcs.frontend.resources }} + {{- with .Values.mcs.frontend.resources }} resources: {{ toYaml . | nindent 12 }} {{- end }}