From 46717c14098bdbaf145f26fe2154935b8ff4467b Mon Sep 17 00:00:00 2001 From: "Thomas P." Date: Wed, 1 Apr 2026 12:11:20 +0200 Subject: [PATCH] fix(readme): update chart install instructions The chart registry moved to github actions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index aacd18861..d7ea344a1 100644 --- a/README.md +++ b/README.md @@ -174,8 +174,7 @@ to another registry. The easiest way to install node-problem-detector into your cluster is to use the [Helm](https://helm.sh/) [chart](https://github.com/deliveryhero/helm-charts/tree/master/stable/node-problem-detector): ``` -helm repo add deliveryhero https://charts.deliveryhero.io/ -helm install --generate-name deliveryhero/node-problem-detector +helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/node-problem-detector ``` Alternatively, to install node-problem-detector manually: