Update to 2022-05-17 15:00

This commit is contained in:
Daniel Berteaud 2022-05-17 15:00:27 +02:00
parent 037817d73a
commit 87c8d070ff

View File

@ -1,15 +1,15 @@
--- ---
# Version to deploy # Version to deploy
metabase_version: 0.42.4 metabase_version: 0.43.1
# URL to fetch the jar # 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 }}/metabase.jar
# Expected sha256 of the jar # Expected sha256 of the jar
metabase_jar_sha256: 6e2dd9153b878367f75680e3edbbbaa5b4d6fb4f878977823dc58cc201d76682 metabase_jar_sha256: 5866c8b26096b12c6013b2adaf9dfda93b7fa39709ad88b4caedd991f6f1395d
# When building from source # When building from source
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
# Expected sha256 of the archive # Expected sha256 of the archive
metabase_archive_sha256: ff04135a517a9008d7a50b65bb433be730604b6d7c21dff7ab96a25d15e964ec metabase_archive_sha256: fdcb5d40084aac7f67a0b9a34921dd9dc956596371350e4550c333d02a85752a
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled # Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True metabase_manage_upgrade: True