You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/09/02 20:28:05 UTC

[incubator-streampipes-installer] branch dev updated: Update helm version

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

zehnder 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 df08604  Update helm version
df08604 is described below

commit df086043fc735169453fed576c8b5f543ef7b343
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Sep 2 22:27:40 2020 +0200

    Update helm version
---
 compose/.env    | 2 +-
 k8s/values.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compose/.env b/compose/.env
index e54e214..5e81bf6 100644
--- a/compose/.env
+++ b/compose/.env
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-SP_VERSION=0.67.0-SNAPSHOT
+SP_VERSION=0.68.0-SNAPSHOT
 SP_DOCKER_REGISTRY=apachestreampipes
 SP_SUBNET=172.31.0.0/16
 SP_CONSUL_CONTAINER_IP=172.31.0.9
diff --git a/k8s/values.yaml b/k8s/values.yaml
index d7e992e..899696f 100644
--- a/k8s/values.yaml
+++ b/k8s/values.yaml
@@ -18,7 +18,7 @@ deployment: lite
 pullPolicy: "Always"
 
 streampipes:
-  version: "0.67.0-SNAPSHOT"
+  version: "0.68.0-SNAPSHOT"
   registry: "apachestreampipes"
 
 external: