Skip to content

Define Helm Charts version in inventory

Pablo Vigo Mas requested to merge wip/pvigo/define-version-helm-charts into main

Currently, some services lack defined versions and are deployed with the latest available version at the time. In other cases, the version is specified in the task, and deploying a different version in the development cluster for testing purposes is not possible. Therefore, it was necessary to create a variable to deploy different versions in the various environments and standardize the management of Helm Charts versions.

Signed-off-by: Pablo Vigo pvigo@collabora.com

Merge request reports