Skip to content

Commit 368e6d0

Browse files
authored
Fix links in the Helm chart README.md (#767)
Fixes #766
1 parent af248f3 commit 368e6d0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

helm-charts/coherence-operator/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2020, 2023, Oracle Corporation and/or its affiliates.
2+
Copyright 2020, 2025, Oracle Corporation and/or its affiliates.
33
Licensed under the Universal Permissive License v 1.0 as shown at
44
http://oss.oracle.com/licenses/upl.
55
-->
@@ -14,7 +14,7 @@ This chart install a coherence-operator deployment on a
1414
package manager.
1515

1616
## Prerequisites
17-
* Kubernetes 1.19 or above
17+
* A non end of life version of Kubernetes (the operator is tested on all [currently supported Kubernetes versions](https://kubernetes.io/releases/))
1818
* Helm 3 or above
1919

2020
## Installing the Chart
@@ -24,9 +24,11 @@ To install the chart with the release name `sample-coherence-operator`:
2424
@ helm install sample-coherence-operator coherence-operator
2525
```
2626

27-
The command deploys coherence-operator on the Kubernetes cluster in the
28-
default configuration. The [configuration](#configuration) section list
29-
parameters that can be configured during installation.
27+
The command deploys coherence-operator on the Kubernetes cluster using the
28+
default configuration.
29+
See the [Coherence Operator installation guide](https://docs.coherence.community/coherence-operator/docs/latest/docs/installation/012_install_helm)
30+
for full details of how to
31+
install the operator using Helm
3032

3133
## Uninstalling the Chart
3234
To uninstall the `sample-coherence-operator` deployment:

0 commit comments

Comments
 (0)