Skip to content

Commit d9ff6ee

Browse files
authored
Merge pull request #4 from revolunet/patch-1
fix(metabase): upgrade version
2 parents 715f6f3 + 692e934 commit d9ff6ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/metabase/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 1.2.0
25+
version: 1.2.1
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to

charts/metabase/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ service:
55
repository: "metabase/metabase"
66
pullPolicy: IfNotPresent
77
# Overrides the image tag whose default is the chart appVersion.
8-
tag: "v0.44.6"
8+
tag: "v0.47.11"
99

1010
global:
1111
postgresql:

0 commit comments

Comments
 (0)