From 1c90951dc0f77d408e1fa5d71590ae790982fc7a Mon Sep 17 00:00:00 2001 From: Ben Mathews Date: Thu, 2 Apr 2020 09:54:09 -0600 Subject: [PATCH] Update to latest versions of helm and helmfile --- codefresh.yml | 8 ++++---- step.yaml | 21 +++++++++++---------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/codefresh.yml b/codefresh.yml index 0b541dd..c88a40d 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -12,7 +12,7 @@ steps: working_directory: ./ dockerfile: Dockerfile build_arguments: - - HELM_VERSION=2.14.3 + - HELM_VERSION=2.16.5 - HELMFILE_VERSION=${{HELMFILE_VERSION}} - HELM_DIFF_VERSION=${{HELM_DIFF_VERSION}} - HELM_SECRETS_VERSION=${{HELM_SECRETS_VERSION}} @@ -23,7 +23,7 @@ steps: working_directory: ./ dockerfile: Dockerfile build_arguments: - - HELM_VERSION=3.0.0 + - HELM_VERSION=3.1.2 - HELMFILE_VERSION=${{HELMFILE_VERSION}} - HELM_DIFF_VERSION=${{HELM_DIFF_VERSION}} - HELM_SECRETS_VERSION=${{HELM_SECRETS_VERSION}} @@ -32,7 +32,7 @@ steps: type: push candidate: ${{BuildingDockerImageHelm2}} tags: - - 2.14.3-${{HELMFILE_VERSION}} + - 2.16.5-${{HELMFILE_VERSION}} registry: dockerhub when: branch: @@ -43,7 +43,7 @@ steps: type: push candidate: ${{BuildingDockerImageHelm3}} tags: - - 3.0.0-${{HELMFILE_VERSION}} + - 3.1.2-${{HELMFILE_VERSION}} registry: dockerhub when: branch: diff --git a/step.yaml b/step.yaml index 5b25285..b36dda5 100644 --- a/step.yaml +++ b/step.yaml @@ -1,8 +1,9 @@ +--- kind: step-type version: '1.0' metadata: name: helmfile - version: 0.0.2 + version: 0.0.3 isPublic: true description: Use helmfile from Codefresh pipeline sources: @@ -17,17 +18,17 @@ metadata: tags: [] icon: type: svg - url: https://cdn.jsdelivr.net/gh/codefresh-contrib/cfstep-helmfile/helm-logo.svg - background: "#f4f4f4" + url: 'https://cdn.jsdelivr.net/gh/codefresh-contrib/cfstep-helmfile/helm-logo.svg' + background: '#f4f4f4' examples: - description: example-1 workflow: version: '1.0' - steps: + steps: deploy: type: helmfile arguments: - WORKING_DIRECTORY: /codefresh/volume/${{CF_REPO_NAME}} + WORKING_DIRECTORY: '/codefresh/volume/${{CF_REPO_NAME}}' COMMANDS: diff ENVIRONMENT: development KUBE_CONTEXT: dev_cluster @@ -58,14 +59,14 @@ spec: "HELM_VERSION": { "type": "string", "description": "Version of helmfile binary", - "default": "3.0.0", - "enum": [ "2.14.3", "3.0.0" ] + "default": "3.1.2", + "enum": [ "2.16.5", "3.1.2" ] }, "HELMFILE_VERSION": { "type": "string", "description": "Version of helmfile binary", - "default": "0.93.2", - "enum": [ "0.90.2", "0.90.7", "0.93.2" ] + "default": "0.106.3", + "enum": [ "0.90.2", "0.90.7", "0.93.2", "0.106.3" ] }, "HELM_BINARY": { "type": "string", @@ -238,4 +239,4 @@ spec: - 'STATUS_PS=${{STATUS_PS}}' - 'DELETE_PS=${{DELETE_PS}}' - 'DESTROY_PS=${{DESTROY_PS}}' - - 'TEST_PS=${{TEST_PS}}' + - 'TEST_PS=${{TEST_PS}}' \ No newline at end of file