Skip to content

Commit

Permalink
Push to capa collection
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Oct 31, 2023
1 parent 730df90 commit f609a5a
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -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.*/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f609a5a

Please sign in to comment.