Skip to content

Commit

Permalink
name -app
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Dec 5, 2023
1 parent 26383bf commit e3570c0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workflows:
executor: app-build-suite
app_catalog: "default-catalog"
app_catalog_test: "default-test-catalog"
chart: "cert-manager"
chart: "cert-manager-app"
persist_chart_archive: true
filters:
# Trigger the job also on git tag.
Expand All @@ -25,33 +25,33 @@ workflows:
executor: app-build-suite
app_catalog: "giantswarm-catalog"
app_catalog_test: "giantswarm-test-catalog"
chart: "cert-manager"
chart: "cert-manager-app"
filters:
# Trigger the job also on git tag.
tags:
only: /^v.*/

- architect/push-to-app-catalog:
name: push-cert-manager-app-to-control-plane-app-catalog
name: push-cert-manager-app-app-to-control-plane-app-catalog
context: architect
executor: app-build-suite
app_catalog: "control-plane-catalog"
app_catalog_test: "control-plane-test-catalog"
chart: "cert-manager"
chart: "cert-manager-app"
filters:
# Trigger the job also on git tag.
tags:
only: /^v.*/

# deploy to aws installations (only tags)
- architect/push-to-app-collection:
name: push-cert-manager-app-to-aws-app-collection
name: push-cert-manager-app-app-to-aws-app-collection
context: architect
app_name: "cert-manager-app"
app_name: "cert-manager-app-app"
app_namespace: "kube-system"
app_collection_repo: "aws-app-collection"
requires:
- push-cert-manager-app-to-control-plane-app-catalog
- push-cert-manager-app-app-to-control-plane-app-catalog
filters:
branches:
ignore: /.*/
Expand All @@ -60,13 +60,13 @@ workflows:

# deploy to azure installations (only tags)
- architect/push-to-app-collection:
name: push-cert-manager-app-to-azure-app-collection
name: push-cert-manager-app-app-to-azure-app-collection
context: architect
app_name: "cert-manager-app"
app_name: "cert-manager-app-app"
app_namespace: "kube-system"
app_collection_repo: "azure-app-collection"
requires:
- push-cert-manager-app-to-control-plane-app-catalog
- push-cert-manager-app-app-to-control-plane-app-catalog
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit e3570c0

Please sign in to comment.