From 79e3387bdb8e0045653f37c0d940121cfa55ed44 Mon Sep 17 00:00:00 2001 From: Alexander Babai Date: Fri, 22 Jun 2018 22:39:52 +0300 Subject: [PATCH] Helm - bump version (#14) * refactor(helm): bump version use helm 2.9.1 * refactor(codefresh): upgrade build-harness version use 0.6.4 to fix semver --- codefresh.yml | 2 +- install/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codefresh.yml b/codefresh.yml index a9315c4dbc..4fc47435dd 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -6,7 +6,7 @@ steps: title: Init variables image: alpine commands: - - cf_export BUILD_HARNESS_VERSION=0.5.5 + - cf_export BUILD_HARNESS_VERSION=0.6.4 - cf_export GIT_BRANCH=${{CF_BRANCH}} build_image: diff --git a/install/Makefile b/install/Makefile index 3762af4f42..b5489f327c 100644 --- a/install/Makefile +++ b/install/Makefile @@ -59,7 +59,7 @@ goofys: $(call github_download_binary_release,kahing,v$(GOOFYS_VERSION),$@) -export HELM_VERSION ?= 2.8.2 +export HELM_VERSION ?= 2.9.1 ## Install helm helm: mkdir -p $(TMP)/$@