Skip to content

Commit

Permalink
Update helm chart to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson committed Dec 16, 2020
1 parent 20f1ee7 commit 34cf4cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/etos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/etos/charts/environment_provider/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/etos/charts/etos-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/etos/charts/suite-starter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 34cf4cd

Please sign in to comment.