From 52473138a5656e58fb42e9d184577c2c5e3a5f78 Mon Sep 17 00:00:00 2001 From: Tobias Persson Date: Wed, 4 Nov 2020 15:23:57 +0100 Subject: [PATCH] Update helm chart to 1.3.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 887a683..50b6aeb 100644 --- a/charts/etos/Chart.yaml +++ b/charts/etos/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.2.0 +appVersion: 1.3.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.2.0 +version: 1.3.0 diff --git a/charts/etos/charts/environment_provider/Chart.yaml b/charts/etos/charts/environment_provider/Chart.yaml index cfe43ee..8fe55c1 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.2.0 +appVersion: 1.3.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.2.0 +version: 1.3.0 diff --git a/charts/etos/charts/etos-api/Chart.yaml b/charts/etos/charts/etos-api/Chart.yaml index 2d3f5e6..3f7defc 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.2.0 +appVersion: 1.3.0 description: API for starting ETOS executions and for getting extra information about the system. name: etos-api type: application -version: 1.2.0 +version: 1.3.0 diff --git a/charts/etos/charts/suite-starter/Chart.yaml b/charts/etos/charts/suite-starter/Chart.yaml index d8b9bdf..eebd61a 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.2.0 +appVersion: 1.3.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.2.0 +version: 1.3.0