Update to 2024-08-12 12:00

This commit is contained in:
Daniel Berteaud
2024-08-12 12:00:37 +02:00
parent 84535e6409
commit fdb740609a
6 changed files with 14 additions and 14 deletions

View File

@@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.50.16
metabase_version: 0.50.19
# 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: 1a77ee1d8d3c4977a561875858e58e9a5e2427c3d5aa71276876dfc4acf3ab8e
metabase_jar_sha256: 450359fdfeff30ef1a1999faf40b272ce418535107a38e40f8a5d5b3572e207a
# 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: 5fe4d63b85697e4c23c27587407757093fb93466185b564380ee2dcba88f34ce
metabase_archive_sha256: 9ad87e077f642edcb346c11174a6517188c1b9c153403a2d931e29a7212d1b42
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True