Skip to content

Commit

Permalink
Automatically push to app collections
Browse files Browse the repository at this point in the history
  • Loading branch information
fiunchinho committed Nov 20, 2023
1 parent 88e96d0 commit fded1ec
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,29 @@ workflows:
ignore: /.*/
tags:
only: /^v.*/
- architect/push-to-app-collection:
name: push-kyverno-policies-to-gcp-app-collection
context: architect
app_name: "kyverno-policies"
app_namespace: "giantswarm"
app_collection_repo: "gcp-app-collection"
requires:
- push-kyverno-policies-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
- architect/push-to-app-collection:
name: push-kyverno-policies-to-vsphere-app-collection
context: architect
app_name: "kyverno-policies"
app_namespace: "giantswarm"
app_collection_repo: "vsphere-app-collection"
requires:
- push-kyverno-policies-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit fded1ec

Please sign in to comment.