diff --git a/README.md b/README.md index 0d942f9..e1fd76f 100644 --- a/README.md +++ b/README.md @@ -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).