This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 00d975b Use the latest Hazelcast Kubernetes image for deployment (3.10) 00d975b is described below commit 00d975b58eb3627a130b5262b92ef3ba719fdd5c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri May 4 13:55:45 2018 +0200 Use the latest Hazelcast Kubernetes image for deployment (3.10) --- .../src/main/resources/fabric8/hazelcast-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml b/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml index 3c01ebf..28e9340 100644 --- a/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml +++ b/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: hazelcast - image: quay.io/pires/hazelcast-kubernetes:3.9.3 + image: quay.io/pires/hazelcast-kubernetes:3.10 imagePullPolicy: Always env: - name: "DNS_DOMAIN" -- To stop receiving notification emails like this one, please contact acosent...@apache.org.