Update to 2023-11-08 17:00

This commit is contained in:
Daniel Berteaud
2023-11-08 17:00:30 +01:00
parent 9039cf0353
commit 2e913384f8
8 changed files with 18 additions and 18 deletions

View File

@@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.47.6
metabase_version: 0.47.7
# 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: 2d617c3babf5c75897e5e242ba04359e82de509b15b6167b706bb25b7c3a5c68
metabase_jar_sha256: 522c709653b06531e7689abce1236a5ca70164f1541a5665900add80a804685e
# 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: 059eb0ce62c09bd394aec0913e7f97e413d588d3394963abed0ac8b8db5b3f29
metabase_archive_sha256: e1f8e21d8977bfbb03d37e953274e247bea9e692948708f409fb5d90315768eb
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True