From de9aceb95290491525a52036ce8426234cb7a5a2 Mon Sep 17 00:00:00 2001 From: Jeromy Cannon Date: Thu, 3 Aug 2023 16:43:35 -0500 Subject: [PATCH] feat: for the hedera-network Helm chart set the minimum Kubernetes server version (#231) Signed-off-by: Jeromy Cannon --- charts/hedera-network/Chart.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/hedera-network/Chart.yaml b/charts/hedera-network/Chart.yaml index 76519f7ae..a273fb1ce 100644 --- a/charts/hedera-network/Chart.yaml +++ b/charts/hedera-network/Chart.yaml @@ -22,3 +22,6 @@ version: 0.1.0 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: "0.40.2" + +# This is range of versions of Kubernetes server that is supported by this chart. +kubeVersion: ">=1.25.0" \ No newline at end of file