Skip to content

Commit e342e18

Browse files
committed
Merge branch 'fix-issue-#13'
2 parents 6048bac + 262ed53 commit e342e18

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
OpenCost and OpenCost UI
55

6-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.9.8](https://img.shields.io/badge/AppVersion-1.9.8-informational?style=flat-square)
6+
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.9.8](https://img.shields.io/badge/AppVersion-1.9.8-informational?style=flat-square)
77

88
## Maintainers
99

charts/opencost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 1.9.8
33
name: opencost
44
description: OpenCost and OpenCost UI
5-
version: 1.0.0
5+
version: 1.0.2
66
maintainers:
77
- name: mattray
88
url: https://mattray.dev

charts/opencost/templates/servicemonitor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ metadata:
88
{{- end }}
99
labels:
1010
{{- include "opencost.labels" . | nindent 4 }}
11+
{{- if .Values.opencost.metrics.serviceMonitor.additionalLabels }}
12+
{{- toYaml .Values.opencost.metrics.serviceMonitor.additionalLabels | nindent 4 }}
13+
{{- end }}
1114
spec:
1215
endpoints:
1316
- port: http

0 commit comments

Comments
 (0)