Skip to content

Commit

Permalink
[stable/chaoskube]: update to v0.12.1, add logo and metadata (helm#10822
Browse files Browse the repository at this point in the history
)

Signed-off-by: Martin Linkhorst <[email protected]>
  • Loading branch information
linki authored and k8s-ci-robot committed Jan 22, 2019
1 parent 9abdb3a commit 56be57c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions stable/chaoskube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion stable/chaoskube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56be57c

Please sign in to comment.