From fbbca6efd0f5803cc9585f4340c30be72fd935e0 Mon Sep 17 00:00:00 2001 From: Jonathan Knight Date: Wed, 18 Jun 2025 18:03:09 +0300 Subject: [PATCH] Fix links in the Helm chart README.md --- helm-charts/coherence-operator/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/helm-charts/coherence-operator/README.md b/helm-charts/coherence-operator/README.md index 315efc03b..1f6448b61 100644 --- a/helm-charts/coherence-operator/README.md +++ b/helm-charts/coherence-operator/README.md @@ -1,5 +1,5 @@ @@ -14,7 +14,7 @@ This chart install a coherence-operator deployment on a package manager. ## Prerequisites -* Kubernetes 1.19 or above +* A non end of life version of Kubernetes (the operator is tested on all [currently supported Kubernetes versions](https://kubernetes.io/releases/)) * Helm 3 or above ## Installing the Chart @@ -24,9 +24,11 @@ To install the chart with the release name `sample-coherence-operator`: @ helm install sample-coherence-operator coherence-operator ``` -The command deploys coherence-operator on the Kubernetes cluster in the -default configuration. The [configuration](#configuration) section list -parameters that can be configured during installation. +The command deploys coherence-operator on the Kubernetes cluster using the +default configuration. +See the [Coherence Operator installation guide](https://docs.coherence.community/coherence-operator/docs/latest/docs/installation/012_install_helm) +for full details of how to +install the operator using Helm ## Uninstalling the Chart To uninstall the `sample-coherence-operator` deployment: