From 4013ac353f943f9bd83aa52a10c68428edf568c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Bergm=C3=BCller?= Date: Tue, 24 Sep 2024 19:02:06 +0200 Subject: [PATCH] Updated helm-docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nils Bergmüller --- keda/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keda/README.md b/keda/README.md index ca4305b6..1a5e59ec 100644 --- a/keda/README.md +++ b/keda/README.md @@ -21,7 +21,7 @@ helm repo add kedacore https://kedacore.github.io/charts helm repo update kubectl create namespace keda -helm install keda kedacore/keda --namespace keda --version 2.15.1 +helm install keda kedacore/keda --namespace keda --version 2.14.2 ``` ## Introduction @@ -36,7 +36,7 @@ To install the chart with the release name `keda`: ```console $ kubectl create namespace keda -$ helm install keda kedacore/keda --namespace keda --version 2.15.1 +$ helm install keda kedacore/keda --namespace keda --version 2.14.2 ``` ## Uninstalling the Chart