From e15cac7a750a8aebe76d0788d3dc5fe832a6eaea Mon Sep 17 00:00:00 2001 From: Martin Schneppenheim <23424570+weeco@users.noreply.github.com> Date: Thu, 23 May 2024 21:52:44 +0100 Subject: [PATCH] add deprecation notice for chart --- charts/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/README.md b/charts/README.md index 3b99718..df0177e 100644 --- a/charts/README.md +++ b/charts/README.md @@ -1,5 +1,9 @@ # Helm Chart +⚠️ This chart has been moved to https://github.com/redpanda-data/helm-charts/tree/main/charts/kminion . Please install this chart instead. The existing archives are still being hosted here, to not break existing deployments. + +--- + This chart is intentionally very light on input validation. The goal was to offer a flexible Helm chart that allows users to deploy KMinion the way they want to. Therefore it's very flexible at the cost of less input validation, so that you might run into runtime errors for a misconfiguration.