@@ -78,7 +78,7 @@ If you want the default Coherence Operator installation then the simplest soluti
7878
7979[source,bash]
8080----
81- kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.8 /coherence-operator.yaml
81+ kubectl apply -f https://github.com/oracle/coherence-operator/releases/download/v3.2.9 /coherence-operator.yaml
8282----
8383
8484This will create a namespace called `coherence` and install the Operator into it along with all the required `ClusterRole` and `RoleBinding` resources. The `coherence` namespace can be changed by downloading and editing the yaml file.
@@ -314,13 +314,13 @@ helm install \
314314
315315If you want to use yaml directly to install the operator, with something like `kubectl`, you can use the manifest files
316316published with the GitHub release at this link:
317- https://github.com/oracle/coherence-operator/releases/download/v3.2.8 /coherence-operator-manifests.tar.gz[3.2.8 Manifests]
317+ https://github.com/oracle/coherence-operator/releases/download/v3.2.9 /coherence-operator-manifests.tar.gz[3.2.9 Manifests]
318318
319319These manifest files are for use with a tool called Kustomize, which is built into `kubectl`
320320see the documentation here: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
321321
322322Download the
323- https://github.com/oracle/coherence-operator/releases/download/v3.2.8 /coherence-operator-manifests.tar.gz[3.2.8 Manifests]
323+ https://github.com/oracle/coherence-operator/releases/download/v3.2.9 /coherence-operator-manifests.tar.gz[3.2.9 Manifests]
324324from the release page and unpack the file, which should produce a directory called `manifests` with a structure like this:
325325
326326[source]
@@ -373,14 +373,14 @@ Change the name of the Operator image by running the command below, changing the
373373that you are using for the Operator, for example if you have the images in a custom registry
374374[source,bash]
375375----
376- cd ./manager && kustomize edit set image controller=myregistry/coherence-operator:3.2.8
376+ cd ./manager && kustomize edit set image controller=myregistry/coherence-operator:3.2.9
377377----
378378
379379Change the name of the Operator image by running the command below, changing the image name to the registry and image name
380380that you are using for the Operator utilities image
381381[source,bash]
382382----
383- cd ./manager && kustomize edit add configmap env-vars --from-literal OPERATOR_IMAGE=myregistry/coherence-operator:3.2.8
383+ cd ./manager && kustomize edit add configmap env-vars --from-literal OPERATOR_IMAGE=myregistry/coherence-operator:3.2.9
384384----
385385
386386Change the name of the default Coherence image. If you are always going to be deploying your own application images then this
@@ -458,7 +458,7 @@ This can be done using the Tanzu CLI.
458458[source,bash]
459459----
460460tanzu package repository add coherence-repo \
461- --url ghcr.io/oracle/coherence-operator-repo:3.2.8 \
461+ --url ghcr.io/oracle/coherence-operator-repo:3.2.9 \
462462 --namespace coherence \
463463 --create-namespace
464464----
@@ -488,7 +488,7 @@ which should include the Operator package, `coherence-operator.oracle.github.com
488488[source,bash]
489489----
490490NAME DISPLAY-NAME SHORT-DESCRIPTION LATEST-VERSION
491- coherence-operator.oracle.github.com Oracle Coherence Operator A Kubernetes operator for managing Oracle Coherence clusters 3.2.8
491+ coherence-operator.oracle.github.com Oracle Coherence Operator A Kubernetes operator for managing Oracle Coherence clusters 3.2.9
492492----
493493
494494=== Install the Coherence Operator Package
@@ -499,7 +499,7 @@ Once the Coherence Operator repository has been installed, the `coherence-operat
499499----
500500tanzu package install coherence \
501501 --package-name coherence-operator.oracle.github.com \
502- --version 3.2.8 \
502+ --version 3.2.9 \
503503 --namespace coherence
504504----
505505
@@ -515,7 +515,7 @@ which should display the Coherence Operator package.
515515[source,bash]
516516----
517517NAME PACKAGE-NAME PACKAGE-VERSION STATUS
518- coherence coherence-operator.oracle.github.com 3.2.8 Reconcile succeeded
518+ coherence coherence-operator.oracle.github.com 3.2.9 Reconcile succeeded
519519----
520520
521521The Operator is now installed and ready to mage Coherence clusters.
0 commit comments