From a75508862f5df26094a4a984d9e3cb2f0daf5915 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Fri, 19 Jan 2024 20:26:39 +0200 Subject: [PATCH] Update helm version requirement in docs --- README.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3908431d..784f6d0d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ It includes support for: 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)) -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. ## Environment setup diff --git a/RELEASE.md b/RELEASE.md index 8f53fd5a..cbf8498c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -23,7 +23,7 @@ This document details the steps for releasing the Apache Pulsar Helm Chart. ## Prerequisites -- Helm version >= 3.0.2 +- Helm version >= 3.10.0 - Helm gpg plugin (one option: https://github.com/technosophos/helm-gpg) ## Build Release Notes