Split container image and version in 2 variables

This commit is contained in:
Marcelo Moreira de Mello
2021-04-21 17:18:02 -04:00
parent 0655122a57
commit bc34758c91
10 changed files with 79 additions and 24 deletions

View File

@@ -113,6 +113,9 @@ spec:
tower_image:
description: Registry path to the application container to use
type: string
tower_image_version:
description: Application container image version to use
type: string
tower_ee_images:
description: Registry path to the Execution Environment container to use
type: array
@@ -221,9 +224,15 @@ spec:
tower_redis_image:
description: Registry path to the redis container to use
type: string
tower_redis_image_version:
description: Redis container image version to use
type: string
tower_postgres_image:
description: Registry path to the PostgreSQL container to use
type: string
tower_postgres_image_version:
description: PostgreSQL container image version to use
type: string
tower_postgres_selector:
description: nodeSelector for the Postgres pods
type: string