Skip to content

Commit

Permalink
Merge pull request #70 from brentjanderson/metabase-v0-46-6-1
Browse files Browse the repository at this point in the history
chore(charts/metabase/Chart): bump chart version to v0.46.6.1
  • Loading branch information
pmint93 authored Jul 22, 2023
2 parents 3793283 + 3fbf909 commit 05b739e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description:
The easy, open source way for everyone in your company to ask questions
and learn from data.
name: metabase
version: 2.7.3
appVersion: v0.46.4
version: 2.7.4
appVersion: v0.46.6.1
maintainers:
- name: pmint93
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/metabase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The following table lists the configurable parameters of the Metabase chart and
| podAnnotations | controller pods annotations | {} |
| podLabels | extra pods labels | {} |
| image.repository | controller container image repository | metabase/metabase |
| image.tag | controller container image tag | v0.46.4 |
| image.tag | controller container image tag | v0.46.6.1 |
| image.command | controller container image command | [] |
| image.pullPolicy | controller container image pull policy | IfNotPresent |
| image.pullSecrets | controller container image pull secrets | [] |
Expand Down
2 changes: 1 addition & 1 deletion charts/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ podAnnotations: {}
podLabels: {}
image:
repository: metabase/metabase
tag: v0.46.4
tag: v0.46.6.1
command: []
pullPolicy: IfNotPresent
pullSecrets: []
Expand Down

0 comments on commit 05b739e

Please sign in to comment.