File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33
44OpenCost 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 1.9.8
33name : opencost
44description : OpenCost and OpenCost UI
5- version : 1.0.0
5+ version : 1.0.2
66maintainers :
77 - name : mattray
88 url : https://mattray.dev
Original file line number Diff line number Diff 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 }}
1114spec :
1215 endpoints :
1316 - port : http
You can’t perform that action at this time.
0 commit comments