Skip to content

Commit

Permalink
Push to AWS app collection (#18)
Browse files Browse the repository at this point in the history
* Push to AWS and Azure collections

* Only AWS
  • Loading branch information
stone-z authored May 31, 2024
1 parent 9b30a12 commit f32c861
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,17 @@ workflows:
filters:
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: aws-app-collection
context: "architect"
app_name: "reports-server"
app_namespace: "kyverno"
app_collection_repo: "aws-app-collection"
requires:
- push-reports-server-app-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Add Cilium Network Policies for reports-server and managed Postgres instances.
- Push to AWS app collection.

## [0.0.1] - 2024-05-17

Expand Down

0 comments on commit f32c861

Please sign in to comment.