Add kubeVersion to Chart.yaml to enforce minimum Kubernetes version (#443)

This commit is contained in:
Lari Hotari 2024-01-24 11:46:59 -08:00 committed by GitHub
parent 65a5fc0002
commit de4d2e7dc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ appVersion: "3.0.2"
description: Apache Pulsar Helm chart for Kubernetes description: Apache Pulsar Helm chart for Kubernetes
name: pulsar name: pulsar
version: 3.2.0 version: 3.2.0
kubeVersion: ">=1.21.0-0"
home: https://pulsar.apache.org home: https://pulsar.apache.org
sources: sources:
- https://github.com/apache/pulsar - https://github.com/apache/pulsar