Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix chart version, image tag and add docs #324

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions chart/chaoskube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 0 additions & 14 deletions chart/chaoskube/README.md

This file was deleted.