Update to 2024-05-07 16:01

This commit is contained in:
Daniel Berteaud 2024-05-07 16:01:02 +02:00
parent 031242ecf0
commit 7db2c12298
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.48.8
metabase_version: 0.49.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: 8f363fc4d95c0babb602b4e24bfb5ec1627007dcfc42fbdbaef60020c0f9a52b
metabase_jar_sha256: 1c375aded992698f9cc92b3fba510b8685b323e44c243e2e416f1e2fc965302c
# 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: a4062787633a073127f493d72e570616517cd13fcee964ebd7250a5de0985a1b
metabase_archive_sha256: 3ede71ca7f7b8a05532990f07335efbde5cfd98632e40ccd9eb64363c6e534af
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True