mastodon: Fix version variable
This commit is contained in:
parent
3f31fac438
commit
8f8e58fd31
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ mastodon_config:
|
|||
|
||||
# Container versions
|
||||
# renovate: depName=docker.io/tootsuite/mastodon
|
||||
mastodon_version: v3.2.1
|
||||
mastodon_version: 3.2.1
|
||||
mastodon_database_version: 9.6
|
||||
# renovate: depName=docker.io/library/redis
|
||||
mastodon_redis_version: 6.0
|
||||
|
@ -57,7 +57,7 @@ mastodon_redis_version: 6.0
|
|||
mastodon_elasticsearch_version: 7.10.1
|
||||
|
||||
# Container tag definitions
|
||||
mastodon_image_version: "{{ mastodon_version }}"
|
||||
mastodon_image_version: "v{{ mastodon_version }}"
|
||||
mastodon_database_image_version: "{{ mastodon_database_version }}-alpine"
|
||||
mastodon_redis_image_version: "{{ mastodon_redis_version }}-alpine"
|
||||
mastodon_elasticsearch_image_version: "{{ mastodon_elasticsearch_version }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue