Skip to content

Commit b88bee9

Browse files
committed
Updates
1 parent 37ef18d commit b88bee9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

site/quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ e. Pull the WebLogic 12.2.1.3 install image:
4646
```
4747
$ docker pull store/oracle/weblogic:12.2.1.3
4848
```
49-
f. Then patch the WebLogic image according to these [instructions](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s),
49+
f. **TODO** remove this item when Monica has published the new image with the patch in it **TODO**
50+
Then patch the WebLogic image according to these [instructions](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s),
5051
and copy the image to all nodes in your cluster, or put it in a Docker registry that your cluster can access.
5152

5253
g. Grant the Helm service account the `cluster-admin` role:

site/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ Before using the operator, you might want to read the [design philosophy](design
6464
* Flannel networking v0.9.1-amd64 (check with `docker images | grep flannel`).
6565
* Docker 18.03.1.ce (check with `docker version`).
6666
* Helm 2.8.2+ (check with `helm version`).
67-
* Oracle WebLogic Server 12.2.1.3.0 with patch 28076014.
67+
* Oracle WebLogic Server 12.2.1.3.0 with patch 29135930.
6868
* You must have the `cluster-admin` role to install the operator.

site/weblogic-docker-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ as described in [this section](#creating-a-custom-image-with-your-domain-inside-
1919

2020
## Setting up secrets to access the Docker Store
2121

22-
**Note**: This version of the operator requires WebLogic Server 12.2.1.3.0 plus patch 28076014, so pulling an unpatched image directly to the Kubernetes cluster is not particularly useful. However, we have left this information in the documentation for reference purposes.
22+
**Note**: This version of the operator requires WebLogic Server 12.2.1.3.0 plus patch 29135930, so pulling an unpatched image directly to the Kubernetes cluster is not particularly useful. However, we have left this information in the documentation for reference purposes.
2323

2424
In order for Kubernetes to obtain the WebLogic Server Docker image from the Docker Store, which requires authentication, a Kubernetes secret containing the registry credentials must be created. To create a secret with Docker Store credentials, issue the following command:
2525

@@ -64,7 +64,7 @@ Docker Store.
6464

6565
## Creating a custom image with patches applied
6666

67-
The Oracle WebLogic Server Kubernetes Operator requires patch 28076014.
67+
The Oracle WebLogic Server Kubernetes Operator requires patch 29135930.
6868
This patch does have some prerequisites that will also need to be applied.
6969

7070
[This sample](https://github.com/oracle/docker-images/blob/master/OracleWebLogic/samples/12213-patch-wls-for-k8s/README.md) in

0 commit comments

Comments
 (0)