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.1.0 ] ( https://img.shields.io/badge/Version-1.1.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.3.1 ] ( https://img.shields.io/badge/Version-1.3.1 -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.3.0
5+ version : 1.3.1
66maintainers :
77 - name : mattray
88 url : https://mattray.dev
Original file line number Diff line number Diff line change 8888 name : {{ include "opencost.fullname" . }}
8989 key : DB_BEARER_TOKEN
9090 {{- end }}
91+ {{- with .Values.opencost.exporter.env }}
92+ {{- toYaml . | nindent 12 }}
93+ {{- end }}
9194 # Add any additional provided variables
9295 {{- range $key, $value := .Values.opencost.exporter.extraEnv }}
9396 - name : {{ $key }}
You can’t perform that action at this time.
0 commit comments