You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/02/25 17:41:51 UTC

[incubator-streampipes-installer] branch dev updated: upgrade to consul 1.7.1

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new de940e8  upgrade to consul 1.7.1
de940e8 is described below

commit de940e80887d17a67bd9f404a1a4dabe25ef50ef
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Tue Feb 25 18:41:27 2020 +0100

    upgrade to consul 1.7.1
---
 cli/services/consul/docker-compose.yml      | 2 +-
 helm-chart/values.yaml                      | 2 +-
 installer/templates/docker-compose.full.yml | 2 +-
 installer/templates/docker-compose.lite.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cli/services/consul/docker-compose.yml b/cli/services/consul/docker-compose.yml
index fc733cf..9b6378f 100644
--- a/cli/services/consul/docker-compose.yml
+++ b/cli/services/consul/docker-compose.yml
@@ -16,7 +16,7 @@
 version: "2"
 services:
   consul:
-    image: fogsyio/consul:1.7.0
+    image: fogsyio/consul:1.7.1
     environment:
       - "CONSUL_LOCAL_CONFIG={\"disable_update_check\": true}"
       - "CONSUL_BIND_INTERFACE=eth0"
diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml
index 90f46e6..04e4982 100644
--- a/helm-chart/values.yaml
+++ b/helm-chart/values.yaml
@@ -23,7 +23,7 @@ streampipes:
 
 external:
   activemqVersion: 5.15.9
-  consulVersion: 1.7.0
+  consulVersion: 1.7.1
   couchdbVersion: 2.3.1
   flinkVersion: 1.9.1-scala_2.11
   kafkaVersion: 2.2.0
diff --git a/installer/templates/docker-compose.full.yml b/installer/templates/docker-compose.full.yml
index 2e98251..5e87349 100644
--- a/installer/templates/docker-compose.full.yml
+++ b/installer/templates/docker-compose.full.yml
@@ -28,7 +28,7 @@ services:
       spnet:
 
   consul:
-    image: fogsyio/consul:1.7.0
+    image: fogsyio/consul:1.7.1
     environment:
       - "CONSUL_LOCAL_CONFIG={\"disable_update_check\": true}"
       - "CONSUL_BIND_INTERFACE=eth0"
diff --git a/installer/templates/docker-compose.lite.yml b/installer/templates/docker-compose.lite.yml
index 331ceca..46e8cc4 100644
--- a/installer/templates/docker-compose.lite.yml
+++ b/installer/templates/docker-compose.lite.yml
@@ -28,7 +28,7 @@ services:
       spnet:
 
   consul:
-    image: fogsyio/consul:1.7.0
+    image: fogsyio/consul:1.7.1
     environment:
       - "CONSUL_LOCAL_CONFIG={\"disable_update_check\": true}"
       - "CONSUL_BIND_INTERFACE=eth0"