From 34cf4cdf1bf9ea092294c342b8bad25ea17eae9d Mon Sep 17 00:00:00 2001 From: Tobias Persson Date: Wed, 16 Dec 2020 14:13:51 +0100 Subject: [PATCH] Update helm chart to 1.6.0 --- charts/etos/Chart.yaml | 4 ++-- charts/etos/charts/environment_provider/Chart.yaml | 4 ++-- charts/etos/charts/etos-api/Chart.yaml | 4 ++-- charts/etos/charts/suite-starter/Chart.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/etos/Chart.yaml b/charts/etos/Chart.yaml index 579e601..b9f3849 100644 --- a/charts/etos/Chart.yaml +++ b/charts/etos/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.5.0 +appVersion: 1.6.0 description: ETOS (Eiffel Test Orchestration System) is a new test orchestration system which takes away control of how to run and what to run from the system itself and places it into the hands of the relevant engineers. name: etos type: application -version: 1.5.1 +version: 1.6.0 diff --git a/charts/etos/charts/environment_provider/Chart.yaml b/charts/etos/charts/environment_provider/Chart.yaml index d074e43..8dc134c 100644 --- a/charts/etos/charts/environment_provider/Chart.yaml +++ b/charts/etos/charts/environment_provider/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: 1.5.0 +appVersion: 1.6.0 description: Handling of environments making it possible to checkout and check in environments for use in testing with ETOS. name: environment-provider type: application -version: 1.5.0 +version: 1.6.0 diff --git a/charts/etos/charts/etos-api/Chart.yaml b/charts/etos/charts/etos-api/Chart.yaml index 0651e8e..b651ad7 100644 --- a/charts/etos/charts/etos-api/Chart.yaml +++ b/charts/etos/charts/etos-api/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: 1.5.1 +appVersion: 1.6.0 description: API for starting ETOS executions and for getting extra information about the system. name: etos-api type: application -version: 1.5.1 +version: 1.6.0 diff --git a/charts/etos/charts/suite-starter/Chart.yaml b/charts/etos/charts/suite-starter/Chart.yaml index 615b4c1..f70b9a8 100644 --- a/charts/etos/charts/suite-starter/Chart.yaml +++ b/charts/etos/charts/suite-starter/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.5.0 +appVersion: 1.6.0 description: The ETOS Suite Starter exist solely to make sure that the ETOS system can be upgrade without any downtime. It listens to EiffelTestExecutionRecipeCollectionCreatedEvent and launches an instance of ETOS Suite runner in Kubernetes as a Job. name: suite-starter type: application -version: 1.5.0 +version: 1.6.0