Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump helmfile/helmfile-action from 2.0.0 to 2.0.2 #1214

Merged
Merged
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
16 changes: 8 additions & 8 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ jobs:
- name: Helmfile Destroy
id: destroy_deployments
if: github.event.inputs.run-reset-deployments == 'true'
uses: helmfile/[email protected].0
uses: helmfile/[email protected].2
with:
helmfile-args: |
destroy \
Expand Down Expand Up @@ -625,7 +625,7 @@ jobs:

- name: Helmfile Apply # Apply default Helmfile (without RDS proxy) when resetting deployments.
if: github.event.inputs.run-reset-deployments == 'true'
uses: helmfile/[email protected].0
uses: helmfile/[email protected].2
with:
helmfile-args: |
apply \
Expand All @@ -642,7 +642,7 @@ jobs:

- name: Helmfile Apply (RDS Proxy)
if: github.event.inputs.run-reset-deployments != 'true'
uses: helmfile/[email protected].0
uses: helmfile/[email protected].2
with:
helmfile-args: |
apply \
Expand Down Expand Up @@ -745,7 +745,7 @@ jobs:
- name: Helmfile init regression pytest
if: github.event.inputs.run-reset-deployments == 'true' && github.event.inputs.run-regression-tests == 'true'
id: pytest-init-regression
uses: helmfile/[email protected].0
uses: helmfile/[email protected].2
with:
helmfile-args: |
apply \
Expand All @@ -768,7 +768,7 @@ jobs:
- name: Helmfile run regression pytest
if: ${{ github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && github.event.inputs.run-reset-deployments == 'false' && github.event.inputs.run-regression-tests == 'true') }}
id: pytest-run-regression
uses: helmfile/[email protected].0
uses: helmfile/[email protected].2
with:
helmfile-args: |
apply \
Expand All @@ -792,7 +792,7 @@ jobs:
- name: Helmfile run pytest
if: ${{ github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && github.event.inputs.run-tests != 'false') }}
id: pytest
uses: helmfile/[email protected].0
uses: helmfile/[email protected].2
with:
helmfile-args: |
apply \
Expand Down Expand Up @@ -977,7 +977,7 @@ jobs:
hide-comment: ${{ github.event_name != 'pull_request' }}

- name: Helmfile destroy pytest
uses: helmfile/[email protected].0
uses: helmfile/[email protected].2
if: always()
with:
helmfile-args: |
Expand All @@ -993,7 +993,7 @@ jobs:
IMAGE_TAG: ${{ needs.build.outputs.image_version }}

- name: Helmfile destroy pytest regression
uses: helmfile/[email protected].0
uses: helmfile/[email protected].2
if: always()
with:
helmfile-args: |
Expand Down
Loading