Update to 2023-07-03 11:00

This commit is contained in:
Daniel Berteaud
2023-07-03 11:00:09 +02:00
parent 53d90f07e0
commit 364f212977
8 changed files with 4 additions and 51 deletions

View File

@@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.46.5
metabase_version: 0.46.6
# 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: e45f01438da1ba7faa524ebf5f57524e58511970443eaf61d087c91c0efb38ec
metabase_jar_sha256: 8511069190e54d08cdd35dbf89333c2031eb5bbdb637ee20546b6c547e91e64a
# 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: 1b887755da494cd9ee9d756d087d2e5e81acad326f1f1e15aa3fb888809e7597
metabase_archive_sha256: 47e88a0e4aa275090274f0179f5a069bebe10b9cfd820f93fce0bf004d177272
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True