Skip to content

Commit eab521d

Browse files
thatmattlongMatthew Long
andauthored
update cns tag in yaml (#719)
* update cns tag in yaml * pipeline cleanup Co-authored-by: Matthew Long <[email protected]> Co-authored-by: Matthew Long <[email protected]>
1 parent 2a6ce61 commit eab521d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pipelines/e2e-step-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ steps:
8585
export CLIENT_SECRET=$(AKS_ENGINE_CLIENT_SECRET)
8686
export TENANT_ID=$(AKS_ENGINE_TENANT_ID)
8787
export SUBSCRIPTION_ID=$(AKS_ENGINE_SUBSCRIPTION_ID)
88-
export CLEANUP_ON_EXIT=false
88+
export CLEANUP_ON_EXIT=true
8989
export CLEANUP_IF_FAIL=false
9090
export REGIONS=$(AKS_ENGINE_REGION)
9191
export IS_JENKINS=false

cns/azure-cns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spec:
9393
effect: NoSchedule
9494
containers:
9595
- name: cns-container
96-
image: mcr.microsoft.com/containernetworking/azure-cns:v1.1.9-alpha
96+
image: mcr.microsoft.com/containernetworking/azure-cns:v1.2.0-alpha
9797
imagePullPolicy: IfNotPresent
9898
args: [ "-c", "tcp://$(CNSIpAddress):$(CNSPort)", "-t", "$(CNSLogTarget)"]
9999
volumeMounts:

0 commit comments

Comments
 (0)