feat(ghostfolio): fix variable name and bump version (#770)

* feat(ghostfolio): bump version

* feat(ghostfolio): bump postgres version

* feat(ghostfolio): bump redis version

* fix(ghostfolio): JWT secret variable documentation
This commit is contained in:
Ronald Loyko 2022-10-18 04:51:42 +03:00 committed by GitHub
parent d096b84661
commit ca65a280e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -48,17 +48,17 @@ caproverOneClickApp:
- id: $$cap_GHOSTFOLIO_VERSION - id: $$cap_GHOSTFOLIO_VERSION
label: Ghostfolio Version label: Ghostfolio Version
description: Check out their valid tags at https://hub.docker.com/r/ghostfolio/ghostfolio/tags description: Check out their valid tags at https://hub.docker.com/r/ghostfolio/ghostfolio/tags
defaultValue: '1.199.1' defaultValue: '1.205.1'
validRegex: /.{1,}/ validRegex: /.{1,}/
- id: $$cap_POSTGRES_VERSION - id: $$cap_POSTGRES_VERSION
label: Postgres Version label: Postgres Version
description: Check out their valid tags at https://hub.docker.com/_/postgres/tags description: Check out their valid tags at https://hub.docker.com/_/postgres/tags
defaultValue: '14.5' defaultValue: '15.0-alpine'
validRegex: /.{1,}/ validRegex: /.{1,}/
- id: $$cap_REDIS_VERSION - id: $$cap_REDIS_VERSION
label: Redis Version label: Redis Version
description: Check out their valid tags at https://hub.docker.com/_/redis/tags description: Check out their valid tags at https://hub.docker.com/_/redis/tags
defaultValue: '7.0.5' defaultValue: '7.0-alpine'
validRegex: /.{1,}/ validRegex: /.{1,}/
- id: $$cap_NODE_ENV - id: $$cap_NODE_ENV
label: Application Environment label: Application Environment
@ -76,7 +76,7 @@ caproverOneClickApp:
defaultValue: USD defaultValue: USD
validRegex: /.{1,}/ validRegex: /.{1,}/
- id: $$cap_JWT_SECRET_KEY - id: $$cap_JWT_SECRET_KEY
label: Base Currency label: JWT Secret Key
description: A random string used for JSON Web Tokens (JWT). description: A random string used for JSON Web Tokens (JWT).
defaultValue: $$cap_gen_random_hex(32) defaultValue: $$cap_gen_random_hex(32)
validRegex: /.{1,}/ validRegex: /.{1,}/