Skip to content

Commit

Permalink
push to capz collection
Browse files Browse the repository at this point in the history
  • Loading branch information
hervenicol committed Dec 1, 2023
1 parent 6e95b42 commit 7cd53ba
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 @@ -58,3 +58,17 @@ workflows:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: "architect"
name: capz-app-collection
app_name: "loki"
app_namespace: "loki"
app_collection_repo: "capz-app-collection"
requires:
- "package and push loki chart to control-plane-catalogs"
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 @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Upgraded upstream chart from 5.37.0 to 5.39.0 - see [changelog](https://github.com/grafana/loki/blob/main/production/helm/loki/CHANGELOG.md) for more information.
- Moved `serviceAccount` field in the `loki` section in the values.
- push to capz collection

## [0.14.4] - 2023-11-22

Expand Down

0 comments on commit 7cd53ba

Please sign in to comment.