Update to 2023-02-22 16:00

This commit is contained in:
Daniel Berteaud
2023-02-22 16:00:16 +01:00
parent 944245060a
commit fdaea24311
8 changed files with 17 additions and 14 deletions

View File

@@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.45.2.1
metabase_version: 0.45.3
# 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: 9bcf757d6a58d16d74d0c17262d88be9f7193eb116df871da3eeb5763edc26f3
metabase_jar_sha256: b7eedcba1bf1bf8843f66608aa976ec206353fb13ad8acb10471f9fe35d56968
# 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: 1357bdfd38a6eebfb01677e39c98d8d71f073a0eff4752ae8381a0bad2ba5b32
metabase_archive_sha256: 7f2a608f78a1bf11301943637c1e8cda888b673a3d10d2c927b4d453c165e746
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True