From 730b8df4c4c9998c47099e7e7dc0a81f8ebe762b Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Thu, 19 Oct 2017 17:46:09 +0200 Subject: [PATCH] chore: update docs to the latest version --- README.md | 4 ++-- examples/chaoskube.yaml | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 65918ee3..4828d1a1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ INFO[4804] Killing pod chaoskube/nginx-701339712-51nt8 You can install `chaoskube` with [`Helm`](https://github.com/kubernetes/helm). Follow [Helm's Quickstart Guide](https://github.com/kubernetes/helm/blob/master/docs/quickstart.md) and then install the `chaoskube` chart. ``` -$ helm install stable/chaoskube --set interval=1m,dryRun=false +$ helm install stable/chaoskube --version 0.6.1 --set interval=1m,dryRun=false ``` Refer to [chaoskube on kubeapps.com](https://kubeapps.com/charts/stable/chaoskube) to learn how to configure it and to find other useful Helm charts. @@ -60,7 +60,7 @@ spec: spec: containers: - name: chaoskube - image: quay.io/linki/chaoskube:v0.6.0 + image: quay.io/linki/chaoskube:v0.6.1 args: - --interval=1m - --no-dry-run diff --git a/examples/chaoskube.yaml b/examples/chaoskube.yaml index 8e2d82e0..23247d0b 100644 --- a/examples/chaoskube.yaml +++ b/examples/chaoskube.yaml @@ -14,10 +14,8 @@ spec: serviceAccountName: chaoskube containers: - name: chaoskube - image: quay.io/linki/chaoskube:v0.5.0 + image: quay.io/linki/chaoskube:v0.6.1 args: - # use in-cluster configuration - - --in-cluster # kill a pod every 10 minutes - --interval=10m # only target pods in the test environment