Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image metabase/metabase to v0.49.2@c102b54 by renovate #19928

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/stable/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.49.1
appVersion: 0.49.2
dependencies:
- name: common
version: 20.2.9
Expand All @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/metabase
icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png
keywords:
- metabase
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/metabase
- https://hub.docker.com/r/metabase/metabase
type: application
version: 3.8.5
version: 3.8.6
2 changes: 1 addition & 1 deletion charts/stable/metabase/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: metabase/metabase
pullPolicy: IfNotPresent
tag: v0.49.1@sha256:8da49fd4660be3afa3b08b5775bb172408a4e7f928e07c86781d73a849e144a9
tag: v0.49.2@sha256:c102b546a22fd17a4c1f19550007678e2dd05a948549257c2357e7a8cf2c5945
service:
main:
ports:
Expand Down