Skip to content

Commit

Permalink
update chart version, add default value and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiscowper committed Jan 5, 2022
1 parent d8e81e8 commit 7d08627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: The easy, open source way for everyone in your company to ask questions
and learn from data.
name: metabase
version: 1.3.2
version: 1.3.3
appVersion: v0.41.5
maintainers:
- name: pmint93
Expand Down
1 change: 1 addition & 0 deletions charts/metabase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The following table lists the configurable parameters of the Metabase chart and
| image.tag | controller container image tag | v0.41.5 |
| image.command | controller container image command | [] |
| image.pullPolicy | controller container image pull policy | IfNotPresent |
| image.pullSecrets | controller container image pull secrets | [] |
| fullnameOverride | String to fully override metabase.fullname template | null |
| listen.host | Listening on a specific network host | 0.0.0.0 |
| listen.port | Listening on a specific network port | 3000 |
Expand Down
1 change: 1 addition & 0 deletions charts/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ image:
tag: v0.41.5
command: []
pullPolicy: IfNotPresent
pullSecrets: []

## String to fully override metabase.fullname template
##
Expand Down

0 comments on commit 7d08627

Please sign in to comment.