-
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.
Merge branch 'master' into improve-cred-already-issued-error-msg
- Loading branch information
Showing
17 changed files
with
2,483 additions
and
1,762 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 |
---|---|---|
|
@@ -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 \ | ||
|
@@ -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 \ | ||
|
@@ -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 \ | ||
|
@@ -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 \ | ||
|
@@ -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 \ | ||
|
@@ -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 \ | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.