Add kubeVersion to Chart.yaml to enforce minimum Kubernetes version (#443)
This commit is contained in:
parent
65a5fc0002
commit
de4d2e7dc8
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user