Update to 2024-11-18 10:00

This commit is contained in:
Daniel Berteaud 2024-11-18 10:00:47 +01:00
parent 5d27183d4c
commit 9c98fd142f

View File

@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.50.30
metabase_version: 0.51.3
# 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: e7907cd15eb171654cfe0486ad0ddb87dec01628303ae310ff4cc77320c171f1
metabase_jar_sha256: ca765de8d3aedf37162f9dce18d793ed22a653fc74228b9870016566eef405b5
# 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: e2907707c6c7036e7243436092ffa5e5524f41a4a1602a046af47b28905ad5a2
metabase_archive_sha256: 5341dab821435676cc25e5f91610bfe3426df108c11d571a4925b4a8cd3ad97a
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True