Update to 2024-03-05 10:00

This commit is contained in:
Daniel Berteaud
2024-03-05 10:00:59 +01:00
parent 1f1208bf8e
commit 87c1663180
4 changed files with 10 additions and 10 deletions

View File

@@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.48.6
metabase_version: 0.48.8
# URL to fetch the jar
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
# Expected sha256 of the jar
metabase_jar_sha256: aefb5e000abe14ff3cb4ba754c55e1da34bdaea35a77fbea3282ee32bc73978b
metabase_jar_sha256: 8f363fc4d95c0babb602b4e24bfb5ec1627007dcfc42fbdbaef60020c0f9a52b
# When building from source
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
# Expected sha256 of the archive
metabase_archive_sha256: 3f9ac75625610849f63129fde31d0831260fc11088e26705346a0df1c265059e
metabase_archive_sha256: a4062787633a073127f493d72e570616517cd13fcee964ebd7250a5de0985a1b
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True