From f32c8615d672ea23084d01377148b7310ac180f2 Mon Sep 17 00:00:00 2001 From: Zach Stone Date: Fri, 31 May 2024 14:32:59 -0400 Subject: [PATCH] Push to AWS app collection (#18) * Push to AWS and Azure collections * Only AWS --- .circleci/config.yml | 14 ++++++++++++++ CHANGELOG.md | 1 + 2 files changed, 15 insertions(+) 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