Update to 2023-08-28 15:00

This commit is contained in:
Daniel Berteaud
2023-08-28 15:00:11 +02:00
parent 6cbe29c27e
commit 25dce88bc3
10 changed files with 21 additions and 16 deletions

View File

@@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.46.7
metabase_version: 0.47.0
# 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: 2c6b63cce0d59283abf3219c13e7e980ccc83501b79417214ee8d3b191a00115
metabase_jar_sha256: 9bf03a464163971196bec306590041e8f571f24e1d5a34695363f0dea1eba809
# 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: ca7afc40252e2ca430787a69b8c188375c8c7f4e1a108bfff62bda080a9ccc2d
metabase_archive_sha256: e8adee62a8fc086ab45475284cdf006605aa03040d7ba902b98e1c47f6c6f520
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True