diff --git a/.circleci/config.yml b/.circleci/config.yml index f6217f43..da04150a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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. @@ -25,19 +25,19 @@ 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: @@ -45,13 +45,13 @@ workflows: # 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: /.*/ @@ -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: /.*/