Skip to content

Commit

Permalink
update the k8s version to match Chart kubeVersion (#933)
Browse files Browse the repository at this point in the history
* update the k8s version to match Chart kubeVersion

* Minimum Helm version is 3.10

* Update minimum requirements in all versioned docs
  • Loading branch information
yuweisung authored Jul 3, 2024
1 parent 1461874 commit 0d51e15
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ For deploying a Pulsar cluster for production usage, read the documentation on [

## Prerequisite

- Kubernetes server 1.14.0+
- kubectl 1.14.0+
- Helm 3.0+
- Kubernetes server 1.21.0+
- kubectl 1.21.0+
- Helm 3.10+

:::tip

Expand Down
6 changes: 3 additions & 3 deletions versioned_docs/version-3.0.x/getting-started-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ For deploying a Pulsar cluster for production usage, read the documentation on [

## Prerequisite

- Kubernetes server 1.14.0+
- kubectl 1.14.0+
- Helm 3.0+
- Kubernetes server 1.21.0+
- kubectl 1.21.0+
- Helm 3.10+

:::tip

Expand Down
6 changes: 3 additions & 3 deletions versioned_docs/version-3.1.x/getting-started-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ For deploying a Pulsar cluster for production usage, read the documentation on [

## Prerequisite

- Kubernetes server 1.14.0+
- kubectl 1.14.0+
- Helm 3.0+
- Kubernetes server 1.21.0+
- kubectl 1.21.0+
- Helm 3.10+

:::tip

Expand Down
6 changes: 3 additions & 3 deletions versioned_docs/version-3.2.x/getting-started-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ For deploying a Pulsar cluster for production usage, read the documentation on [

## Prerequisite

- Kubernetes server 1.14.0+
- kubectl 1.14.0+
- Helm 3.0+
- Kubernetes server 1.21.0+
- kubectl 1.21.0+
- Helm 3.10+

:::tip

Expand Down
6 changes: 3 additions & 3 deletions versioned_docs/version-3.3.x/getting-started-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ For deploying a Pulsar cluster for production usage, read the documentation on [

## Prerequisite

- Kubernetes server 1.14.0+
- kubectl 1.14.0+
- Helm 3.0+
- Kubernetes server 1.21.0+
- kubectl 1.21.0+
- Helm 3.10+

:::tip

Expand Down

0 comments on commit 0d51e15

Please sign in to comment.