generated from cloudposse-terraform-components/template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eks/argocd] Added ArgoCD notification configuration (cloudposse/terr…
…aform-aws-components#851) Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: Andriy Knysh <[email protected]>
- Loading branch information
1 parent
89f52cb
commit 30938f1
Showing
6 changed files
with
61 additions
and
70 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## Components PR [#851](https://github.com/cloudposse/terraform-aws-components/pull/851) | ||
|
||
This is a bug fix and feature enhancement update. | ||
There are few actions necessary to upgrade. | ||
|
||
## Upgrade actions | ||
|
||
1. Enable `github_default_notifications_enabled` (set `true`) | ||
```yaml | ||
components: | ||
terraform: | ||
argocd-repo-defaults: | ||
metadata: | ||
type: abstract | ||
vars: | ||
enabled: true | ||
github_default_notifications_enabled: true | ||
``` | ||
2. Apply changes with Atmos | ||
## Features | ||
* Support predefined GitHub commit status notifications for CD sync mode: | ||
* `on-deploy-started` | ||
* `app-repo-github-commit-status` | ||
* `argocd-repo-github-commit-status` | ||
* `on-deploy-succeded` | ||
* `app-repo-github-commit-status` | ||
* `argocd-repo-github-commit-status` | ||
* `on-deploy-failed` | ||
* `app-repo-github-commit-status` | ||
* `argocd-repo-github-commit-status` | ||
|
||
### Bug Fixes | ||
|
||
* Remove legacy unnecessary helm values used in old ArgoCD versions (ex. `workflow auth` configs) and dropped notifications services |
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