Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit b8df869

Browse files
committed
Final builds update
1 parent 32db984 commit b8df869

File tree

11 files changed

+22
-0
lines changed

11 files changed

+22
-0
lines changed

build/azure-devops/apigws/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
parameters:
2121
services: mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw
2222
registryEndpoint: $(registryEndpoint)
23+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
24+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
2325
- template: ../multiarch.yaml
2426
parameters:
2527
image: ocelotapigw

build/azure-devops/basket-api/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
parameters:
1616
services: basket.api
1717
registryEndpoint: $(registryEndpoint)
18+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
19+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1820
- template: ../multiarch.yaml
1921
parameters:
2022
image: basket.api

build/azure-devops/identity-api/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
parameters:
1616
services: identity.api
1717
registryEndpoint: $(registryEndpoint)
18+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
19+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1820
- template: ../multiarch.yaml
1921
parameters:
2022
image: identity.api

build/azure-devops/location-api/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
parameters:
1616
services: locations.api
1717
registryEndpoint: $(registryEndpoint)
18+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
19+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1820
- template: ../multiarch.yaml
1921
parameters:
2022
image: locations.api

build/azure-devops/marketing-api/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
parameters:
1616
services: marketing.api
1717
registryEndpoint: $(registryEndpoint)
18+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
19+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1820
- template: ../multiarch.yaml
1921
parameters:
2022
image: marketing.api

build/azure-devops/mobile-shopping-agg/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
parameters:
1515
services: mobileshoppingagg
1616
registryEndpoint: $(registryEndpoint)
17+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
18+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1719
- template: ../multiarch.yaml
1820
parameters:
1921
image: mobileshoppingagg

build/azure-devops/ordering-api/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
parameters:
1818
services: ordering.api
1919
registryEndpoint: $(registryEndpoint)
20+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
21+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
2022
- template: ../multiarch.yaml
2123
parameters:
2224
image: ordering.api

build/azure-devops/payment-api/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
parameters:
1616
services: payment.api
1717
registryEndpoint: $(registryEndpoint)
18+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
19+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1820
- template: ../multiarch.yaml
1921
parameters:
2022
image: payment.api

build/azure-devops/web-shopping-agg/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
parameters:
1515
services: webshoppingagg
1616
registryEndpoint: $(registryEndpoint)
17+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
18+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1719
- template: ../multiarch.yaml
1820
parameters:
1921
image: webshoppingagg

build/azure-devops/webhooks-api/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
parameters:
1616
services: webhooks.api
1717
registryEndpoint: $(registryEndpoint)
18+
helmfrom: $(Build.SourcesDirectory)/k8s/helm
19+
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
1820
- template: ../multiarch.yaml
1921
parameters:
2022
image: webhooks.api

0 commit comments

Comments
 (0)