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)/$@