diff --git a/.pipelines/abtest.yml b/.pipelines/abtest.yml index 0d64e8c8..cf876181 100644 --- a/.pipelines/abtest.yml +++ b/.pipelines/abtest.yml @@ -18,9 +18,10 @@ trigger: - ml_service/util/smoke_test_scoring_service.py variables: +- template: diabetes_regression-variables-template.yml - group: 'devopsforai-aml-vg' - name: 'helmVersion' - value: 'v3.0.1' + value: 'v3.1.1' - name: 'helmDownloadURL' value: 'https://get.helm.sh/helm-$HELM_VERSION-linux-amd64.tar.gz' - name: 'blueReleaseName' diff --git a/charts/abtest-model/templates/deployment.yaml b/charts/abtest-model/templates/deployment.yaml index 13572b36..78d01cc4 100644 --- a/charts/abtest-model/templates/deployment.yaml +++ b/charts/abtest-model/templates/deployment.yaml @@ -27,5 +27,4 @@ spec: containerPort: 5001 - name: probe containerPort: 8086 - imagePullSecrets: - - name: aks-secret +