-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump helmfile/helmfile-action from 1.9.3 to 1.9.4 (#1159)
- Loading branch information
1 parent
0d109f8
commit 69e8fa9
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -552,7 +552,7 @@ jobs: | |
- name: Helmfile Destroy | ||
id: destroy_deployments | ||
if: github.event.inputs.run-reset-deployments == 'true' | ||
uses: helmfile/[email protected].3 | ||
uses: helmfile/[email protected].4 | ||
with: | ||
helmfile-args: | | ||
destroy \ | ||
|
@@ -658,7 +658,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].3 | ||
uses: helmfile/[email protected].4 | ||
with: | ||
helmfile-args: | | ||
apply \ | ||
|
@@ -675,7 +675,7 @@ jobs: | |
|
||
- name: Helmfile Apply (RDS Proxy) | ||
if: github.event.inputs.run-reset-deployments != 'true' | ||
uses: helmfile/[email protected].3 | ||
uses: helmfile/[email protected].4 | ||
with: | ||
helmfile-args: | | ||
apply \ | ||
|
@@ -777,7 +777,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].3 | ||
uses: helmfile/[email protected].4 | ||
with: | ||
helmfile-args: | | ||
apply \ | ||
|
@@ -800,7 +800,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].3 | ||
uses: helmfile/[email protected].4 | ||
with: | ||
helmfile-args: | | ||
apply \ | ||
|
@@ -824,7 +824,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].3 | ||
uses: helmfile/[email protected].4 | ||
with: | ||
helmfile-args: | | ||
apply \ | ||
|
@@ -1009,7 +1009,7 @@ jobs: | |
hide-comment: ${{ github.event_name != 'pull_request' }} | ||
|
||
- name: Helmfile destroy pytest | ||
uses: helmfile/[email protected].3 | ||
uses: helmfile/[email protected].4 | ||
if: always() | ||
with: | ||
helmfile-args: | | ||
|
@@ -1025,7 +1025,7 @@ jobs: | |
IMAGE_TAG: ${{ needs.build.outputs.image_version }} | ||
|
||
- name: Helmfile destroy pytest regression | ||
uses: helmfile/[email protected].3 | ||
uses: helmfile/[email protected].4 | ||
if: always() | ||
with: | ||
helmfile-args: | | ||
|