diff --git a/build/azure-devops/basket-api/azure-pipelines.yml b/build/azure-devops/basket-api/azure-pipelines.yml index 399b682ec..a72e3b0b2 100644 --- a/build/azure-devops/basket-api/azure-pipelines.yml +++ b/build/azure-devops/basket-api/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: jobs: - template: ../buildimages.yaml parameters: - services: basket.api + services: basket-api registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm diff --git a/build/azure-devops/catalog-api/azure-pipelines.yml b/build/azure-devops/catalog-api/azure-pipelines.yml index a9ae16e39..64b7875e1 100644 --- a/build/azure-devops/catalog-api/azure-pipelines.yml +++ b/build/azure-devops/catalog-api/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: jobs: - template: ../buildimages.yaml parameters: - services: catalog.api + services: catalog-api registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm diff --git a/build/azure-devops/identity-api/azure-pipelines.yml b/build/azure-devops/identity-api/azure-pipelines.yml index a3074e526..50bd3cedf 100644 --- a/build/azure-devops/identity-api/azure-pipelines.yml +++ b/build/azure-devops/identity-api/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: jobs: - template: ../buildimages.yaml parameters: - services: identity.api + services: identity-api registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm diff --git a/build/azure-devops/location-api/azure-pipelines.yml b/build/azure-devops/location-api/azure-pipelines.yml index 33653811b..aa45442eb 100644 --- a/build/azure-devops/location-api/azure-pipelines.yml +++ b/build/azure-devops/location-api/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: jobs: - template: ../buildimages.yaml parameters: - services: locations.api + services: locations-api registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm diff --git a/build/azure-devops/marketing-api/azure-pipelines.yml b/build/azure-devops/marketing-api/azure-pipelines.yml index ed1fcae37..c07234b85 100644 --- a/build/azure-devops/marketing-api/azure-pipelines.yml +++ b/build/azure-devops/marketing-api/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: jobs: - template: ../buildimages.yaml parameters: - services: marketing.api + services: marketing-api registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm diff --git a/build/azure-devops/ordering-api/azure-pipelines.yml b/build/azure-devops/ordering-api/azure-pipelines.yml index fe0712c1e..a8f40570e 100644 --- a/build/azure-devops/ordering-api/azure-pipelines.yml +++ b/build/azure-devops/ordering-api/azure-pipelines.yml @@ -15,7 +15,7 @@ trigger: jobs: - template: ../buildimages.yaml parameters: - services: ordering.api + services: ordering-api registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm diff --git a/build/azure-devops/payment-api/azure-pipelines.yml b/build/azure-devops/payment-api/azure-pipelines.yml index 6be46f3ee..f009e0b04 100644 --- a/build/azure-devops/payment-api/azure-pipelines.yml +++ b/build/azure-devops/payment-api/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: jobs: - template: ../buildimages.yaml parameters: - services: payment.api + services: payment-api registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm diff --git a/build/azure-devops/webhooks-api/azure-pipelines.yml b/build/azure-devops/webhooks-api/azure-pipelines.yml index 8a8f7818f..cf0b23e0b 100644 --- a/build/azure-devops/webhooks-api/azure-pipelines.yml +++ b/build/azure-devops/webhooks-api/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: jobs: - template: ../buildimages.yaml parameters: - services: webhooks.api + services: webhooks-api registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm diff --git a/build/azure-devops/webhooks-client/azure-pipelines.yml b/build/azure-devops/webhooks-client/azure-pipelines.yml index ace77d5a0..ff237c60e 100644 --- a/build/azure-devops/webhooks-client/azure-pipelines.yml +++ b/build/azure-devops/webhooks-client/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: jobs: - template: ../buildimages.yaml parameters: - services: webhooks.client + services: webhooks-client registryEndpoint: $(registryEndpoint) helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm