Skip to content

Commit

Permalink
update metabase version
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Feb 29, 2024
1 parent 22ee205 commit 4cdb9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.2.2
version: 1.2.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -31,7 +31,7 @@ appVersion: 1.0.1

dependencies:
- name: library-chart
version: 1.5.19
version: 1.5.21
repository: https://inseefrlab.github.io/helm-charts-interactive-services
- name: postgresql
version: 11.6.15
Expand Down
2 changes: 1 addition & 1 deletion charts/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ service:
repository: "metabase/metabase"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.47.11"
tag: "v0.48.7"

global:
postgresql:
Expand Down

0 comments on commit 4cdb9e1

Please sign in to comment.