diff --git a/.circleci/config.yml b/.circleci/config.yml index f714c4b..9b30598 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.*/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 8daa19f..6f810bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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