Skip to content

Commit

Permalink
stable/metabase fix log4j flag name (deliveryhero#468)
Browse files Browse the repository at this point in the history
* fix: log4j flag name fix

* chore: bump chart version

* revert readme changes

* just update version in readme

* update badge

---------

Co-authored-by: Sami Racho <[email protected]>
Co-authored-by: Max Williams <[email protected]>
  • Loading branch information
3 people authored May 4, 2023
1 parent cd270eb commit c07d6d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/metabase/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: The easy, open source way for everyone in your company to ask questions and learn from data.
name: metabase
version: 0.14.2
version: 0.14.3
appVersion: v0.45.2
home: http://www.metabase.com/
icon: http://www.metabase.com/images/logo.svg
Expand Down
2 changes: 1 addition & 1 deletion stable/metabase/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# metabase

![Version: 0.14.2](https://img.shields.io/badge/Version-0.14.2-informational?style=flat-square) ![AppVersion: v0.45.2](https://img.shields.io/badge/AppVersion-v0.45.2-informational?style=flat-square)
![Version: 0.14.3](https://img.shields.io/badge/Version-0.14.3-informational?style=flat-square) ![AppVersion: v0.45.2](https://img.shields.io/badge/AppVersion-v0.45.2-informational?style=flat-square)

The easy, open source way for everyone in your company to ask questions and learn from data.

Expand Down
2 changes: 1 addition & 1 deletion stable/metabase/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
{{- else }}
{{- if .Values.log4jProperties }}
- name: JAVA_OPTS
value: "-Dlog4j.configuration=file:/tmp/conf/log4j.properties"
value: "-Dlog4j.configurationFile=file:/tmp/conf/log4j.properties"
{{- end }}
{{- end }}
{{- if .Values.pluginsDirectory }}
Expand Down

0 comments on commit c07d6d9

Please sign in to comment.