You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/09 07:05:30 UTC

[camel] branch master updated: Use latest Hazelcast Kubernetes docker image for Hazelcast kubernetes example

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 4e77ffb  Use latest Hazelcast Kubernetes docker image for Hazelcast kubernetes example
4e77ffb is described below

commit 4e77ffb41592f37b2cf083a6bee3c140ef5aa31b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 9 08:04:51 2019 +0100

    Use latest Hazelcast Kubernetes docker image for Hazelcast kubernetes example
---
 .../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 c441b52..0b82498 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.11.1
+        image: quay.io/pires/hazelcast-kubernetes:3.11.1_1
         imagePullPolicy: Always
         env:
         - name: "DNS_DOMAIN"