Skip to content

Commit 2dc3078

Browse files
authored
Merge pull request #36 from opencost/hakuno-fix-security-issue
Merge and release update for #28
2 parents 67530df + 2826dcc commit 2dc3078

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.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

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.3.0
5+
version: 1.3.1
66
maintainers:
77
- name: mattray
88
url: https://mattray.dev

charts/opencost/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ spec:
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 }}

0 commit comments

Comments
 (0)