Skip to content

Commit

Permalink
Merge pull request #105 from cuong-ts/patch-1
Browse files Browse the repository at this point in the history
feat: upgrade default version to v0.49.3
  • Loading branch information
pmint93 authored Apr 5, 2024
2 parents fbac47f + d7ec799 commit 8f6d4fc
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.13.0
appVersion: v0.48.3
version: 2.14.0
appVersion: v0.49.3
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.48.3 |
| image.tag | controller container image tag | v0.49.3 |
| 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 @@ -11,7 +11,7 @@ podAnnotations: {}
podLabels: {}
image:
repository: metabase/metabase
tag: v0.48.3
tag: v0.49.3
command: []
pullPolicy: IfNotPresent
pullSecrets: []
Expand Down

0 comments on commit 8f6d4fc

Please sign in to comment.