From 55ab11617dc7feae96a5f36dd71577ece71a15df Mon Sep 17 00:00:00 2001 From: saibotk Date: Tue, 19 Oct 2021 23:45:17 +0200 Subject: [PATCH] minecraft_blockmap: Use versioned image tag & add renovate hint --- roles/minecraft_blockmap/defaults/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/minecraft_blockmap/defaults/main.yml b/roles/minecraft_blockmap/defaults/main.yml index d6cad0e..9747244 100644 --- a/roles/minecraft_blockmap/defaults/main.yml +++ b/roles/minecraft_blockmap/defaults/main.yml @@ -3,7 +3,7 @@ # Infrastructure # Ansible instructions to deploy the infrastructure -# Copyright (C) 2020 Saibotk +# Copyright (C) 2020-2021 Saibotk # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,7 +31,8 @@ minecraft_blockmap_domain: minecraft.example.com # The blockmap container image and version to use minecraft_blockmap_image: registry.git.saibotk.de/saibotk/blockmap-docker -minecraft_blockmap_image_version: "latest" +# renovate: depName=registry.git.saibotk.de/saibotk/blockmap-docker +minecraft_blockmap_image_version: 2.2.1 # The LVM information, which volume needs to be snapshotted, to render the world. # This is the volume in which the minecraft server/world folder is in.