Skip to content

Commit

Permalink
hotfix: mcs helm service bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Feb 5, 2025
1 parent 1439dd0 commit 17bce38
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.11.0
version: 0.12.0
appVersion: 0.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Service
metadata:
name: {{ include "mcs.fullname" . }}
annotations:
{{- toYaml .Values.mcs.frontend.service.annotations nindent 4 }}
{{- toYaml .Values.mcs.frontend.service.annotations | nindent 4 }}
spec:
selector:
{{ include "mcs.selectorLabels" . | nindent 4 }}
Expand Down

0 comments on commit 17bce38

Please sign in to comment.