From 3f3d7db047908cd5e5b183bbf297c493ca6ba4b4 Mon Sep 17 00:00:00 2001 From: Tobias Persson Date: Wed, 30 Dec 2020 15:14:27 +0100 Subject: [PATCH] Update helm chart to 1.7.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 b9f3849..fdefe5e 100644 --- a/charts/etos/Chart.yaml +++ b/charts/etos/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.6.0 +appVersion: 1.7.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.6.0 +version: 1.7.0 diff --git a/charts/etos/charts/environment_provider/Chart.yaml b/charts/etos/charts/environment_provider/Chart.yaml index 8dc134c..7bfa1bf 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.6.0 +appVersion: 1.7.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.6.0 +version: 1.7.0 diff --git a/charts/etos/charts/etos-api/Chart.yaml b/charts/etos/charts/etos-api/Chart.yaml index b651ad7..752f2e2 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.6.0 +appVersion: 1.7.0 description: API for starting ETOS executions and for getting extra information about the system. name: etos-api type: application -version: 1.6.0 +version: 1.7.0 diff --git a/charts/etos/charts/suite-starter/Chart.yaml b/charts/etos/charts/suite-starter/Chart.yaml index f70b9a8..4f5460c 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.6.0 +appVersion: 1.7.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.6.0 +version: 1.7.0