@@ -48,8 +48,8 @@ Ensure you have the following software installed:
4848* Java 11+ JDK either [ OpenJDK] ( https://adoptopenjdk.net/ ) or [ Oracle JDK] ( https://www.oracle.com/java/technologies/javase-downloads.html )
4949* [ Maven] ( https://maven.apache.org ) version 3.6.0+
5050* [ Docker] ( https://docs.docker.com/install/ ) version 17.03+.
51- * [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl/ ) version v1.12 .0+ .
52- * Access to a Kubernetes v1.12 .0+ cluster.
51+ * [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl/ ) version v1.13 .0+ but ideally the latest version .
52+ * Access to a Kubernetes v1.13 .0+ cluster.
5353* [ Helm] ( https://helm.sh/docs/intro/install/ ) version 3.2.4+ (2.14.3+ supported, see notes)
5454
5555> Note: Ensure that your local Kubernetes is enabled. If you are running Docker using Docker Desktop, select Enable Kubernetes in the Settings menu.
@@ -108,7 +108,7 @@ This will result in the following Docker image being created which contains the
108108artifacts to be use by all deployments.
109109
110110` ` ` console
111- deployment-example:3.1.0
111+ deployment-example:3.1.1
112112```
113113
114114> Note: If you are running against a remote Kubernetes cluster, you need to tag and
@@ -281,7 +281,7 @@ spec:
281281 storageEnabled: false
282282 metrics:
283283 enabled: true
284- image: deployment-example:3.1.0
284+ image: deployment-example:3.1.1
285285 imagePullPolicy: Always
286286 replicas: 1
287287` ` `
@@ -393,7 +393,7 @@ spec:
393393 storageEnabled: false
394394 metrics:
395395 enabled: true
396- image: deployment-example:3.1.0
396+ image: deployment-example:3.1.1
397397 imagePullPolicy: Always
398398 application:
399399 main: com.oracle.coherence.examples.Main
@@ -683,7 +683,7 @@ install any of the examples above.
683683
684684 kubectl -n coherence-example label configmap demo-grafana-datasource grafana_datasource=1
685685
686- kubectl -n coherence-example create -f https://oracle.github.io/coherence-operator/dashboards/3.1.0 /coherence-grafana-dashboards.yaml
686+ kubectl -n coherence-example create -f https://oracle.github.io/coherence-operator/dashboards/3.1.1 /coherence-grafana-dashboards.yaml
687687
688688 kubectl -n coherence-example label configmap coherence-grafana-dashboards grafana_dashboard=1
689689 ```
0 commit comments