From 7910d41c999d19eae340b4e8a79694c80b120c06 Mon Sep 17 00:00:00 2001 From: d-kuro Date: Wed, 12 Oct 2022 07:46:38 +0900 Subject: [PATCH] Specify minimum Kubernetes version Signed-off-by: d-kuro --- charts/moco/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/moco/Chart.yaml b/charts/moco/Chart.yaml index dfb37a780..61c3543c3 100644 --- a/charts/moco/Chart.yaml +++ b/charts/moco/Chart.yaml @@ -22,3 +22,5 @@ version: 0.3.0 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: 0.13.0 + +kubeVersion: ">= 1.22.0"