diff --git a/ops/helm-charts/metrics-calculation-service/Chart.yaml b/ops/helm-charts/metrics-calculation-service/Chart.yaml index bd93d22e9..417292f36 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.2.0 +version: 0.2.1 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 3599950e0..94b6580ea 100644 --- a/ops/helm-charts/metrics-calculation-service/templates/app.yaml +++ b/ops/helm-charts/metrics-calculation-service/templates/app.yaml @@ -10,11 +10,11 @@ spec: replicas: 1 selector: matchLabels: - app: mcs + {{- include "mcs.labels" . | nindent 6 }} template: metadata: labels: - app: mcs + {{- include "mcs.labels" . | nindent 8 }} spec: serviceAccountName: {{ include "mcs.fullname" . }} containers: