From f609a5a22de05f2f664045d8ec205d8ce450f58f Mon Sep 17 00:00:00 2001 From: QuentinBisson Date: Tue, 31 Oct 2023 15:03:33 +0100 Subject: [PATCH] Push to capa collection --- .circleci/config.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ 2 files changed, 18 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba48357d..15cbf7ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,3 +44,17 @@ workflows: ignore: /.*/ tags: only: /^v.*/ + + - architect/push-to-app-collection: + context: "architect" + name: capa-app-collection + app_name: "loki" + app_namespace: "loki" + app_collection_repo: "capa-app-collection" + requires: + - "package and push loki chart to control-plane-catalogs" + filters: + branches: + ignore: /.*/ + tags: + only: /^v.*/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 566c9c2a..9fdba313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Deploy to CAPA app collection. + ## [0.14.0] - 2023-10-19 ### Changed