From cfeb55a59346c8aa3ff114278b739362933b6878 Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Fri, 10 Aug 2018 09:17:01 +0200 Subject: [PATCH] chore(chaoskube): bump chart version to v0.9.0 (#7062) bump chart version because the last PR changed the semantics in values.yaml a little --- stable/chaoskube/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/chaoskube/Chart.yaml b/stable/chaoskube/Chart.yaml index 9559486ebe..a0c51ea031 100755 --- a/stable/chaoskube/Chart.yaml +++ b/stable/chaoskube/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: chaoskube -version: 0.8.1 +version: 0.9.0 appVersion: 0.9.0 description: Chaoskube periodically kills random pods in your Kubernetes cluster. home: https://github.com/linki/chaoskube