Skip to content

Commit

Permalink
Updating helmfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Aug 22, 2024
1 parent 2a41017 commit f18760a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
helm plugin install https://github.com/jkroepke/helm-secrets
helm plugin install https://github.com/databus23/helm-diff
cd /tmp
curl -O -L -C - https://github.com/helmfile/helmfile/releases/download/v0.153.1/helmfile_0.153.1_linux_amd64.tar.gz
tar -xzvf helmfile_0.153.1_linux_amd64.tar.gz
curl -O -L -C - https://github.com/helmfile/helmfile/releases/download/v0.167.1/helmfile_0.167.1_linux_amd64.tar.gz
tar -xzvf helmfile_0.167.1_linux_amd64.tar.gz
sudo mv helmfile /usr/bin/helmfile
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
sudo chmod +x /usr/local/bin/yq
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
environment-url: ${{env.DEPLOYMENT_URL}}
deployment-id: ${{ steps.deployment.outputs.deployment_id }}
state: 'failure'

- name: Add annotation to workflow
if: ${{ success() && inputs.globalEnv == 'review' }}
run: echo "::notice title='Deployment URL'::${{env.DEPLOYMENT_URL}}"

0 comments on commit f18760a

Please sign in to comment.