-
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.6.2 to 1.6.3 (#616)
- Loading branch information
1 parent
d076a17
commit f6f0b48
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -350,7 +350,7 @@ jobs: | |
|
||
- name: Helmfile Diff | ||
if: github.event.inputs.run-reset-deployments == 'true' | ||
uses: helmfile/[email protected].2 | ||
uses: helmfile/[email protected].3 | ||
with: | ||
helmfile-args: | | ||
diff \ | ||
|
@@ -369,7 +369,7 @@ jobs: | |
- name: Helmfile Destroy | ||
id: destroy_deployments | ||
if: github.event.inputs.run-reset-deployments == 'true' | ||
uses: helmfile/[email protected].2 | ||
uses: helmfile/[email protected].3 | ||
with: | ||
helmfile-args: | | ||
destroy \ | ||
|
@@ -431,7 +431,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].2 | ||
uses: helmfile/[email protected].3 | ||
with: | ||
helmfile-args: | | ||
apply \ | ||
|
@@ -449,7 +449,7 @@ jobs: | |
IMAGE_TAG: ${{ needs.build.outputs.image_version }} | ||
|
||
- name: Helmfile Apply (Exclude Agents) # Always exclude agents and apply (zero diff if resetting deployments) | ||
uses: helmfile/[email protected].2 | ||
uses: helmfile/[email protected].3 | ||
with: | ||
helmfile-args: | | ||
apply \ | ||
|
@@ -477,7 +477,7 @@ jobs: | |
- name: Helmfile Patch Proxy # Always patch agents with proxy. | ||
id: patch_proxy | ||
uses: helmfile/[email protected].2 | ||
uses: helmfile/[email protected].3 | ||
with: | ||
helmfile-args: | | ||
apply \ | ||
|
@@ -501,7 +501,7 @@ jobs: | |
- name: Helmfile apply pytest | ||
# if: github.event.review.state == 'approved' || github.event_name == 'push' || ( github.event.inputs.run-reset-deployments == 'true' && github.event.inputs.run-tests == 'true' ) || github.event.inputs.run-tests == 'true' | ||
id: pytest | ||
uses: helmfile/[email protected].2 | ||
uses: helmfile/[email protected].3 | ||
with: | ||
helmfile-args: | | ||
apply \ | ||
|
@@ -614,7 +614,7 @@ jobs: | |
create-new-comment: true | ||
|
||
- name: Helmfile destroy pytest | ||
uses: helmfile/[email protected].2 | ||
uses: helmfile/[email protected].3 | ||
if: always() | ||
with: | ||
helmfile-args: | | ||
|