You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo "LABEL org.opencontainers.image.description=\"This is the Operator Lifecycle Manager bundle for the Coherence Kubernetes Operator\"">> bundle.Dockerfile
Copy file name to clipboardExpand all lines: docs/installation/01_installation.adoc
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
= Coherence Operator Installation
10
10
11
-
The Coherence Operator is available as an image from the GitHub container registry `ghcr.io/oracle/coherence-operator:{operator-version}` that can
11
+
The Coherence Operator is available as an image from the GitHub container registry `container-registry.oracle.com/middleware/coherence-operator:{operator-version}` that can
12
12
easily be installed into a Kubernetes cluster.
13
13
14
14
== Coherence Operator Installation
@@ -315,7 +315,7 @@ helm install \
315
315
[#helm-operator-image]
316
316
=== Set the Operator Image
317
317
318
-
The Helm chart uses a default Operator image from `ghcr.io/oracle/coherence-operator:{operator-version}`.
318
+
The Helm chart uses a default Operator image from `container-registry.oracle.com/middleware/coherence-operator:{operator-version}`.
319
319
If the image needs to be pulled from a different location (for example an internal registry) then there are two ways to override the default.
320
320
Either set the individual `image.registry`, `image.name` and `image.tag` values, or set the whole image name by setting the `image` value.
321
321
@@ -897,8 +897,8 @@ using a standalone Carvel https://carvel.dev/kapp-controller/[kapp-controller].
897
897
898
898
The Coherence Operator release published two images required to deploy the Operator as a Tanzu package.
899
899
900
-
* `ghcr.io/oracle/coherence-operator-package:{operator-version}` - the Coherence Operator package
901
-
* `ghcr.io/oracle/coherence-operator-repo:{operator-version}` - the Coherence Operator repository
900
+
* `container-registry.oracle.com/middleware/coherence-operator-package:{operator-version}` - the Coherence Operator package
901
+
* `container-registry.oracle.com/middleware/coherence-operator-repo:{operator-version}` - the Coherence Operator repository
902
902
903
903
=== Install the Coherence Repository
904
904
@@ -908,7 +908,7 @@ This can be done using the Tanzu CLI.
Copy file name to clipboardExpand all lines: examples/095_network_policies/README.adoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -414,12 +414,12 @@ If Coherence Extend is being used, then first the Extend Proxy must be configure
414
414
The default behaviour of Coherence is to bind the Extend proxy to an ephemeral port and clients use the Coherence
415
415
NameService to look up the port to use.
416
416
417
-
When using the default Coherence images, for example `ghcr.io/oracle/coherence-ce:22.06` the Extend proxy is already
417
+
When using the default Coherence images, for example `container-registry.oracle.com/middleware/coherence-ce:22.06` the Extend proxy is already
418
418
configured to run on a fixed port `20000`. When using this image, or any image that uses the default Coherence cache
419
419
configuration file, this port can be changed by setting the `COHERENCE_EXTEND_PORT` environment variable.
420
420
421
421
When using the Coherence Concurrent extensions over Extend, the Concurrent Extend proxy also needs to be configured with a fixed port.
422
-
When using the default Coherence images, for example `ghcr.io/oracle/coherence-ce:22.06` the Concurrent Extend proxy is already
422
+
When using the default Coherence images, for example `container-registry.oracle.com/middleware/coherence-ce:22.06` the Concurrent Extend proxy is already
423
423
configured to run on a fixed port `20001`. When using this image, or any image that uses the default Coherence cache
424
424
configuration file, this port can be changed by setting the `COHERENCE_CONCURRENT_EXTEND_PORT` environment variable.
425
425
@@ -491,7 +491,7 @@ This policy must be applied to the namespace _where the client Pods will be depl
491
491
492
492
If Coherence gRPC is being used, then first the gRPC Proxy must be configured to use a fixed port.
493
493
494
-
When using the default Coherence images, for example `ghcr.io/oracle/coherence-ce:22.06` the gRPC proxy is already
494
+
When using the default Coherence images, for example `container-registry.oracle.com/middleware/coherence-ce:22.06` the gRPC proxy is already
495
495
configured to run on a fixed port `1408`. The gRPC proxy port can be changed by setting the `COHERENCE_GRPC_PORT` environment variable.
496
496
497
497
The ingress policy below will allow ingress into the Coherence Pods gRPC port.
0 commit comments