From de4d2e7dc896361b62a7249c44b3cab2db6c9a94 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Wed, 24 Jan 2024 11:46:59 -0800 Subject: [PATCH] Add kubeVersion to Chart.yaml to enforce minimum Kubernetes version (#443) --- charts/pulsar/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/pulsar/Chart.yaml b/charts/pulsar/Chart.yaml index 118c461d..07af8fd7 100644 --- a/charts/pulsar/Chart.yaml +++ b/charts/pulsar/Chart.yaml @@ -22,6 +22,7 @@ appVersion: "3.0.2" description: Apache Pulsar Helm chart for Kubernetes name: pulsar version: 3.2.0 +kubeVersion: ">=1.21.0-0" home: https://pulsar.apache.org sources: - https://github.com/apache/pulsar