Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion npm/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
operator: Exists
containers:
- name: azure-npm
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.45.3 # <does this need to be updated?>
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
resources:
limits:
cpu: 250m
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/kustomize/overlays/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
containerPort: 10091
- name: http
containerPort: 10092
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1 # <does this need to be updated?>
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
command: ["azure-npm"]
args: ["controlplane"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/kustomize/overlays/daemon/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
ports:
- name: metrics
containerPort: 10091
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1 # <does this need to be updated?>
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
command: ["azure-npm"]
args: ["daemon"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/manifests/controller/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spec:
fieldPath: spec.nodeName
- name: NPM_CONFIG
value: /etc/azure-npm/azure-npm.json
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1 # <does this need to be updated?>
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
name: azure-npm
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/manifests/daemon/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1 # <does this need to be updated?>
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
name: azure-npm
ports:
- name: metrics
Expand Down
2 changes: 1 addition & 1 deletion npm/deploy/npm/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
operator: Exists
containers:
- name: azure-npm
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.1 # <does this need to be updated?>
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
resources:
limits:
cpu: 250m
Expand Down
2 changes: 1 addition & 1 deletion npm/examples/azure-npm-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
operator: Exists
containers:
- name: azure-npm
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.45.3 # <does this need to be updated?>
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
resources:
limits:
cpu: 250m
Expand Down
2 changes: 1 addition & 1 deletion npm/examples/windows/azure-npm-capz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
hostNetwork: true
containers:
- name: azure-npm
image: mcr.microsoft.com/containernetworking/azure-npm:v1.5.5
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
command: ["powershell.exe"]
args:
[
Expand Down
2 changes: 1 addition & 1 deletion npm/examples/windows/azure-npm-lite-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
hostNetwork: true
containers:
- name: azure-npm
image: mcr.microsoft.com/containernetworking/azure-npm:v1.5.5
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
command: ["powershell.exe"]
args:
[
Expand Down
2 changes: 1 addition & 1 deletion npm/examples/windows/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
hostNetwork: true
containers:
- name: azure-npm
image: mcr.microsoft.com/containernetworking/azure-npm:v1.5.5
image: mcr.microsoft.com/containernetworking/azure-npm:v1.6.29
command: ["powershell.exe"]
args:
[
Expand Down
Loading