Skip to content

Commit bf04501

Browse files
committed
updated v1.4 to v1.5
1 parent 8cc5b7e commit bf04501

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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
[

npm/examples/windows/azure-npm.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)