From 4d0619e62f1891881041d5e6d2452e26d5988efb Mon Sep 17 00:00:00 2001 From: Tobias Persson Date: Wed, 18 Nov 2020 12:29:32 +0100 Subject: [PATCH] Update helm chart to 1.4.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 21a5410..8ad492f 100644 --- a/charts/etos/Chart.yaml +++ b/charts/etos/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.3.0 +appVersion: 1.4.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.3.1 +version: 1.4.0 diff --git a/charts/etos/charts/environment_provider/Chart.yaml b/charts/etos/charts/environment_provider/Chart.yaml index 8fe55c1..be48ec3 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.3.0 +appVersion: 1.4.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.3.0 +version: 1.4.0 diff --git a/charts/etos/charts/etos-api/Chart.yaml b/charts/etos/charts/etos-api/Chart.yaml index 5dbf71b..313e3ca 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.3.1 +appVersion: 1.4.0 description: API for starting ETOS executions and for getting extra information about the system. name: etos-api type: application -version: 1.3.1 +version: 1.4.0 diff --git a/charts/etos/charts/suite-starter/Chart.yaml b/charts/etos/charts/suite-starter/Chart.yaml index eebd61a..6523b7b 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.3.0 +appVersion: 1.4.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.3.0 +version: 1.4.0