From 2475d385f5d9099a6d21c3425995caa645b4edf9 Mon Sep 17 00:00:00 2001 From: Herve Nicol <12008875+hervenicol@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:15:15 +0100 Subject: [PATCH] push to capvcd --- .circleci/config.yml | 14 ++++++++++++++ CHANGELOG.md | 1 + 2 files changed, 15 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c836fee3..84e4f177 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,3 +58,17 @@ workflows: ignore: /.*/ tags: only: /^v.*/ + + - architect/push-to-app-collection: + context: "architect" + name: cloud-director-app-collection + app_name: "loki" + app_namespace: "loki" + app_collection_repo: "cloud-director-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 24660da6..b5deb4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 CAPVCD collection ## [0.14.4] - 2023-11-22