Skip to content

Commit 4cdb9e1

Browse files
committed
update metabase version
1 parent 22ee205 commit 4cdb9e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/metabase/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.2
25+
version: 1.2.3
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
@@ -31,7 +31,7 @@ appVersion: 1.0.1
3131

3232
dependencies:
3333
- name: library-chart
34-
version: 1.5.19
34+
version: 1.5.21
3535
repository: https://inseefrlab.github.io/helm-charts-interactive-services
3636
- name: postgresql
3737
version: 11.6.15

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.47.11"
8+
tag: "v0.48.7"
99

1010
global:
1111
postgresql:

0 commit comments

Comments
 (0)