From 0bd72c08dafa76052041e637c657dc057a45f026 Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Wed, 24 Mar 2021 13:55:28 +0100 Subject: [PATCH] fix chart version, image tag and add docs --- README.md | 8 +++++--- chart/chaoskube/Chart.yaml | 4 ++-- chart/chaoskube/README.md | 14 -------------- 3 files changed, 7 insertions(+), 19 deletions(-) delete mode 100644 chart/chaoskube/README.md diff --git a/README.md b/README.md index 66aaa101..681a5fc1 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,15 @@ INFO[4804] terminating pod name=nginx-701339712-51nt8 namespace=chaosku ### Helm -You can install `chaoskube` with [`Helm`](https://github.com/kubernetes/helm). Follow [Helm's Quickstart Guide](https://helm.sh/docs/intro/quickstart/) and then install the `chaoskube` chart. +You can install `chaoskube` with [`Helm`](https://github.com/helm/helm). Follow [Helm's Quickstart Guide](https://helm.sh/docs/intro/quickstart/) and then add the `chaoskube` repository and install the `chaoskube` chart. ```console -$ helm install stable/chaoskube +$ helm repo add chaoskube https://linki.github.io/chaoskube +$ helm repo update +$ helm install chaoskube/chaoskube --generate-name ``` -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. +Check out the default [values.yaml](./chart/chaoskube/values.yaml) and [flags documentation](#flags) to learn how to configure it. ### Raw manifest diff --git a/chart/chaoskube/Chart.yaml b/chart/chaoskube/Chart.yaml index 357a04c0..5a6d5af4 100644 --- a/chart/chaoskube/Chart.yaml +++ b/chart/chaoskube/Chart.yaml @@ -13,5 +13,5 @@ maintainers: url: https://github.com/linki - name: Thomas Gosteli url: https://github.com/ghouscht -version: 0.1.0 -appVersion: 0.21.0 +version: 4.0.0 +appVersion: v0.21.0 diff --git a/chart/chaoskube/README.md b/chart/chaoskube/README.md deleted file mode 100644 index 4dd224a9..00000000 --- a/chart/chaoskube/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# chaoskube Helm Chart -chaoskube periodically kills random pods in your Kubernetes cluster. - -## Installation - -### Helm 3: install the chaoskube Helm Chart -``` -helm repo add chaoskube https://chaoskube.github.io/chaoskube-kubernetes -helm install ... - -``` - -## Example Helm values -...