Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 15 additions & 32 deletions codefresh-helm3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,7 @@ steps:
commands:
- |-
cat <<EOF > helmVersionsList
3.0.0
3.0.1
3.0.2
3.0.3
3.1.0
3.1.1
3.1.2
3.1.3
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.3.1
3.4.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.9.0
when:
condition:
all:
Expand All @@ -45,21 +22,27 @@ steps:
all:
notRecursivelyInvoked: 'includes("${{HELM_VERSION}}", "${{") == true'

debug:
type: freestyle
image: alpine
commands:
- echo $HELM_VERSION
- env | grep CF_
when:
condition:
all:
recursivelyInvoked: 'includes("${{HELM_VERSION}}", "${{") == false'

clone:
type: git-clone
arguments:
repo: '${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}'
git: github
revision: '${{CF_REVISION}}'
when:
condition:
all:
recursivelyInvoked: 'includes("${{HELM_VERSION}}", "${{") == false'
debug:
type: freestyle
image: alpine
commands:
- echo $HELM_VERSION
when:
condition:
all:
recursivelyInvoked: 'includes("${{HELM_VERSION}}", "${{") == false'

build_image:
type: build
Expand Down