Skip to content

Commit 86c6a1f

Browse files
authored
Canary pipeline fixes (#224)
* Add vars template to canary pipeline * Enable ACR authentication on AKS using a service principal - Upgrade helm version to 3.1.1 - Remove ACR secret from the abtest-model deployment
1 parent efddca9 commit 86c6a1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pipelines/abtest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ trigger:
1818
- ml_service/util/smoke_test_scoring_service.py
1919

2020
variables:
21+
- template: diabetes_regression-variables-template.yml
2122
- group: 'devopsforai-aml-vg'
2223
- name: 'helmVersion'
23-
value: 'v3.0.1'
24+
value: 'v3.1.1'
2425
- name: 'helmDownloadURL'
2526
value: 'https://get.helm.sh/helm-$HELM_VERSION-linux-amd64.tar.gz'
2627
- name: 'blueReleaseName'

charts/abtest-model/templates/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ spec:
2727
containerPort: 5001
2828
- name: probe
2929
containerPort: 8086
30-
imagePullSecrets:
31-
- name: aks-secret
30+

0 commit comments

Comments
 (0)