Skip to content

Commit c0e7aeb

Browse files
authored
[NPM] [Backport] Remove NPM Windows 2022 Tests from the NPM Conformance Tests + Clean Up NPM release/v1.4 (#3917)
* chore: Remove NPM Windows 2022 Tests from the NPM Conformance Tests (#3888) * removing windows conformance tests part 1 * removing windows conformance tests part 2 * removed unused segament * typo * keep latest release the same * removed 1 of the az aks get-credentials * backport windows conformance test removal and image bump as v1.4 is EOL
1 parent b6a0b10 commit c0e7aeb

File tree

11 files changed

+37
-334
lines changed

11 files changed

+37
-334
lines changed

.pipelines/npm/npm-conformance-tests.yaml

Lines changed: 27 additions & 324 deletions
Large diffs are not rendered by default.

npm/azure-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
operator: Exists
8080
containers:
8181
- name: azure-npm
82-
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.45.3
82+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
8383
resources:
8484
limits:
8585
cpu: 250m

npm/deploy/kustomize/overlays/controller/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
containerPort: 10091
3737
- name: http
3838
containerPort: 10092
39-
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
39+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
4040
command: ["azure-npm"]
4141
args: ["controlplane"]
4242
resources:

npm/deploy/kustomize/overlays/daemon/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
ports:
3535
- name: metrics
3636
containerPort: 10091
37-
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
37+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
3838
command: ["azure-npm"]
3939
args: ["daemon"]
4040
resources:

npm/deploy/manifests/controller/azure-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ spec:
149149
fieldPath: spec.nodeName
150150
- name: NPM_CONFIG
151151
value: /etc/azure-npm/azure-npm.json
152-
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
152+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
153153
name: azure-npm
154154
resources:
155155
limits:

npm/deploy/manifests/daemon/azure-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
valueFrom:
136136
fieldRef:
137137
fieldPath: spec.nodeName
138-
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
138+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
139139
name: azure-npm
140140
ports:
141141
- name: metrics

npm/deploy/npm/azure-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
operator: Exists
8080
containers:
8181
- name: azure-npm
82-
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1
82+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
8383
resources:
8484
limits:
8585
cpu: 250m

npm/examples/azure-npm-lite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
operator: Exists
8080
containers:
8181
- name: azure-npm
82-
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.45.3
82+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
8383
resources:
8484
limits:
8585
cpu: 250m

npm/examples/windows/azure-npm-capz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
hostNetwork: true
8484
containers:
8585
- name: azure-npm
86-
image: mcr.microsoft.com/containernetworking/azure-npm:v1.5.5
86+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
8787
command: ["powershell.exe"]
8888
args:
8989
[

npm/examples/windows/azure-npm-lite-win.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
hostNetwork: true
8484
containers:
8585
- name: azure-npm
86-
image: mcr.microsoft.com/containernetworking/azure-npm:v1.5.5
86+
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
8787
command: ["powershell.exe"]
8888
args:
8989
[

0 commit comments

Comments
 (0)