Update to 2025-01-17 16:00

This commit is contained in:
Daniel Berteaud
2025-01-17 16:00:31 +01:00
parent f0826b850a
commit 0e34a90b5f
5 changed files with 16 additions and 16 deletions

View File

@@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.52.4
metabase_version: 0.52.5
# URL to fetch the jar
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}.x/metabase.jar
# Expected sha256 of the jar
metabase_jar_sha256: b03961f3687b2dea982b11b4822d5c47864230389ce49d673f004f43de7c48b6
metabase_jar_sha256: 64fbbe0f1358dfcf7c2146270ca1e65dfc8a8972ab053df935340f6229009f91
# 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: f42358848382dbbe88656943f8a358eee9b998dbdaccf52148889e7816b8dbb3
metabase_archive_sha256: f30b43c208e0aaafa49e0b0172e1d78122ef0e7bad841400461018807cd55c5b
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True