From 56be57c4dc737ae16c2b82e7af2e59ae68b3bab0 Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Tue, 22 Jan 2019 18:45:05 +0100 Subject: [PATCH] [stable/chaoskube]: update to v0.12.1, add logo and metadata (#10822) Signed-off-by: Martin Linkhorst --- stable/chaoskube/Chart.yaml | 8 ++++++-- stable/chaoskube/values.yaml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/stable/chaoskube/Chart.yaml b/stable/chaoskube/Chart.yaml index 5e93811d50..792a080be1 100755 --- a/stable/chaoskube/Chart.yaml +++ b/stable/chaoskube/Chart.yaml @@ -1,11 +1,15 @@ apiVersion: v1 name: chaoskube -version: 0.13.0 -appVersion: 0.11.0 +version: 0.14.0 +appVersion: 0.12.1 description: Chaoskube periodically kills random pods in your Kubernetes cluster. +icon: https://raw.githubusercontent.com/linki/chaoskube/master/chaoskube.png home: https://github.com/linki/chaoskube sources: - https://github.com/linki/chaoskube +keywords: + - chaos-monkey + - chaos-engineering maintainers: - name: linki email: linki+kubernetes.io@posteo.de diff --git a/stable/chaoskube/values.yaml b/stable/chaoskube/values.yaml index 68cc653ade..fb0fe59e6b 100644 --- a/stable/chaoskube/values.yaml +++ b/stable/chaoskube/values.yaml @@ -5,7 +5,7 @@ name: chaoskube image: quay.io/linki/chaoskube # docker image tag -imageTag: v0.11.0 +imageTag: v0.12.1 # number of replicas to run replicas: 1