Skip to content

Commit

Permalink
Helm - bump version (#14)
Browse files Browse the repository at this point in the history
* refactor(helm): bump version

use helm 2.9.1

* refactor(codefresh): upgrade build-harness version

use 0.6.4 to fix semver
  • Loading branch information
alebabai authored and osterman committed Jun 22, 2018
1 parent c11273f commit 79e3387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)/$@
Expand Down

0 comments on commit 79e3387

Please sign in to comment.