From 2eaa818ab92976eb3dec0e1629f338dd8e4299e7 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 13 Dec 2022 21:29:21 +0100 Subject: [PATCH] fix(README): add note about changed chart repo --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbcb9b7..9da8bae 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,20 @@ # drone-charts [![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/drone-runner-charts/status.svg)](https://drone.cryptic.systems/volker.raschek/drone-runner-charts) -[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/volker-raschek)](https://artifacthub.io/packages/search?repo=volker-raschek) +[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/drone-ce)](https://artifacthub.io/packages/search?repo=drone-ce) This is an inofficial helm chart for [drone-runner](https://github.com/drone/drone-runner-kube) and should replace -the official unmainted helm chart +the official unmaintained helm chart [repository](https://github.com/drone/drone-runner-kube). This helm chart can be found on [artifacthub.io](https://artifacthub.io/) and can be installed via helm. +> :warning: The repository has been changed and causes error messages when +> interacting with the old repository definition. Please remove the chart repo +> `volker.raschek` and replace it with `drone`. + ```bash helm repo add drone https://charts.cryptic.systems/drone helm install drone drone/drone-runner