Update to 2023-02-14 11:00

This commit is contained in:
Daniel Berteaud
2023-02-14 11:00:14 +01:00
parent dd92c6a9cb
commit e2fc515c03
4 changed files with 8 additions and 8 deletions

View File

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