Update helm version requirement in docs

This commit is contained in:
Lari Hotari 2024-01-19 20:26:39 +02:00
parent e058aa581d
commit a75508862f
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ It includes support for:
In order to use this chart to deploy Apache Pulsar on Kubernetes, the followings are required. In order to use this chart to deploy Apache Pulsar on Kubernetes, the followings are required.
1. kubectl 1.21 or higher, compatible with your cluster ([+/- 1 minor release from your cluster](https://kubernetes.io/docs/tasks/tools/install-kubectl/#before-you-begin)) 1. kubectl 1.21 or higher, compatible with your cluster ([+/- 1 minor release from your cluster](https://kubernetes.io/docs/tasks/tools/install-kubectl/#before-you-begin))
2. Helm v3 (3.0.2 or higher) 2. Helm v3 (3.10.0 or higher)
3. A Kubernetes cluster, version 1.21 or higher. 3. A Kubernetes cluster, version 1.21 or higher.
## Environment setup ## Environment setup

View File

@ -23,7 +23,7 @@ This document details the steps for releasing the Apache Pulsar Helm Chart.
## Prerequisites ## Prerequisites
- Helm version >= 3.0.2 - Helm version >= 3.10.0
- Helm gpg plugin (one option: https://github.com/technosophos/helm-gpg) - Helm gpg plugin (one option: https://github.com/technosophos/helm-gpg)
## Build Release Notes ## Build Release Notes