This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new de4d2e7  Add kubeVersion to Chart.yaml to enforce minimum Kubernetes 
version (#443)
de4d2e7 is described below

commit de4d2e7dc896361b62a7249c44b3cab2db6c9a94
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Jan 24 11:46:59 2024 -0800

    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 118c461..07af8fd 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

Reply via email to