Skip to content

Commit

Permalink
Fix small deployment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Dec 15, 2024
1 parent 4dccefb commit 5439552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/helm-charts/metrics-calculation-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5439552

Please sign in to comment.