Merge pull request #646 from evrardjp/clarify_for_redirected_users

Display new URL for redirected users
This commit is contained in:
Daniel Holbach
2022-09-20 15:01:59 +02:00
committed by GitHub

View File

@@ -1,17 +1,20 @@
# Kured Helm Repository
![Kured](https://raw.githubusercontent.com/weaveworks/kured/master/img/logo.png)
![Kured](https://raw.githubusercontent.com/kubereboot/kured/main/img/logo.png)
Caution! We are currently in the middle of the move to a different github organisation.
Here is the info for the new organisation.
Add Kured repository to Helm repos:
```console
helm repo add kured https://weaveworks.github.io/kured/
helm repo add kubereboot https://kubereboot.github.io/charts/
```
## Install Kured
```console
helm install my-release kured/kured
helm install my-release kubereboot/kured
```
For more details on installing Kured please see the [chart readme](https://github.com/weaveworks/kured/tree/master/charts/kured).
For more details on installing Kured please see the [chart readme](https://github.com/kubereboot/charts/tree/main/charts/kured).