From 7ff2e63aa7632a71b651372b056ffc992f7ef1f1 Mon Sep 17 00:00:00 2001 From: Sami Alajrami Date: Thu, 25 Apr 2024 15:19:47 +0200 Subject: [PATCH] mention the minimum supported k8s version (#185) --- charts/k8s-reporter/_templates.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/k8s-reporter/_templates.gotmpl b/charts/k8s-reporter/_templates.gotmpl index 1a7d9066b..823201343 100644 --- a/charts/k8s-reporter/_templates.gotmpl +++ b/charts/k8s-reporter/_templates.gotmpl @@ -5,7 +5,7 @@ The chart allows you to create a Kubernetes cronjob and all its necessary RBAC t {{ define "extra.prerequisites" -}} ## Prerequisites -- A Kubernetes cluster +- A Kubernetes cluster (minimum supported version is `v1.21`) - Helm v3.0+ - Create a secret for the Kosli API token which will be used for reporting. You can create a secret by running: `kubectl create secret generic --from-literal==` {{- end }}