Skip to content

Commit

Permalink
CircleCI: Push to app collections. (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko authored Dec 4, 2023
1 parent 065e784 commit 6fa9ccd
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,78 @@ workflows:
- main
requires:
- push-to-giantswarm-catalog

- architect/push-to-app-collection:
name: push-to-capa-app-collection
context: architect
app_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
app_collection_repo: capa-app-collection
requires:
- push-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: push-to-capz-app-collection
context: architect
app_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
app_collection_repo: capz-app-collection
requires:
- push-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: push-to-gcp-app-collection
context: architect
app_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
app_collection_repo: gcp-app-collection
requires:
- push-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: push-to-cloud-director-app-collection
context: architect
app_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
app_collection_repo: cloud-director-app-collection
requires:
- push-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: push-to-vsphere-app-collection
context: architect
app_catalog: control-plane-catalog
app_name: ingress-nginx
app_namespace: kube-system
app_collection_repo: vsphere-app-collection
requires:
- push-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit 6fa9ccd

Please sign in to comment.