Bump Weblate to latest version (#747)
This commit is contained in:
parent
53f69e6ee6
commit
1451352cd0
|
|
@ -49,15 +49,15 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_postgres_version
|
- id: $$cap_postgres_version
|
||||||
label: Postgres Docker version
|
label: Postgres Docker version
|
||||||
defaultValue: 13-alpine
|
defaultValue: 14-alpine
|
||||||
description: Check out their Docker page for the valid versions https://hub.docker.com/r/library/postgres/tags
|
description: Check out their Docker page for the valid versions https://hub.docker.com/r/library/postgres/tags
|
||||||
- id: $$cap_redis_version
|
- id: $$cap_redis_version
|
||||||
label: Redis Docker version
|
label: Redis Docker version
|
||||||
defaultValue: 6-alpine
|
defaultValue: 7-alpine
|
||||||
description: Check out their Docker page for the valid versions https://hub.docker.com/r/library/redis/tags
|
description: Check out their Docker page for the valid versions https://hub.docker.com/r/library/redis/tags
|
||||||
- id: $$cap_weblate_version
|
- id: $$cap_weblate_version
|
||||||
label: weblate Docker Image tag
|
label: weblate Docker Image tag
|
||||||
defaultValue: 4.4.2-1
|
defaultValue: 4.14.1-1
|
||||||
description: latest, edge, bleeding, or version - Check out their Docker page for the valid tags https://hub.docker.com/r/weblate/weblate/tags
|
description: latest, edge, bleeding, or version - Check out their Docker page for the valid tags https://hub.docker.com/r/weblate/weblate/tags
|
||||||
- id: $$cap_pg_pass
|
- id: $$cap_pg_pass
|
||||||
label: Postgres Password
|
label: Postgres Password
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue