Skip to content

Commit 2809663

Browse files
committed
chore: adjust versioning on example and test yamls?
1 parent 761f9dc commit 2809663

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

.pipelines/mdnc/azure-cns-cni.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
mountPath: /etc/cni/net.d
108108
containers:
109109
- name: cns-container
110-
image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.32
110+
image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.32 # <Does this need to be updated?>
111111
imagePullPolicy: IfNotPresent
112112
args: [ "-c", "tcp://$(CNSIpAddress):$(CNSPort)", "-t", "$(CNSLogTarget)"]
113113
volumeMounts:
@@ -140,7 +140,7 @@ spec:
140140
valueFrom:
141141
fieldRef:
142142
apiVersion: v1
143-
fieldPath: spec.nodeName
143+
fieldPath: spec.nodeName
144144
hostNetwork: true
145145
volumes:
146146
- name: azure-endpoints

cns/azure-cns-windows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ spec:
3030
hostProcess: true
3131
runAsUserName: "NT AUTHORITY\\SYSTEM"
3232
containers:
33-
- name: cns-container
33+
- name: cns-container # <does this need to be updated?>
3434
image: acnpublic.azurecr.io/azure-cns:v1.4.26-9-gc40fb852
3535
imagePullPolicy: IfNotPresent
3636
securityContext:
3737
privileged: true
3838
command: "azure-cns.exe"
39-
args:
39+
args:
4040
[
4141
'-c', "tcp://$(CNSIpAddress):$(CNSPort)",
4242
'-t', "$(CNSLogTarget)",
@@ -71,7 +71,7 @@ spec:
7171
valueFrom:
7272
fieldRef:
7373
apiVersion: v1
74-
fieldPath: spec.nodeName
74+
fieldPath: spec.nodeName
7575
hostNetwork: true
7676
volumes:
7777
- name: log

cns/azure-cns.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
effect: NoSchedule
9797
containers:
9898
- name: cns-container
99-
image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.7
99+
image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.7 # <does this need to be updated?>
100100
imagePullPolicy: IfNotPresent
101101
args: [ "-c", "tcp://$(CNSIpAddress):$(CNSPort)", "-t", "$(CNSLogTarget)"]
102102
volumeMounts:
@@ -129,7 +129,7 @@ spec:
129129
valueFrom:
130130
fieldRef:
131131
apiVersion: v1
132-
fieldPath: spec.nodeName
132+
fieldPath: spec.nodeName
133133
hostNetwork: true
134134
volumes:
135135
- name: azure-endpoints

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.4.45.3 # <does this need to be updated?>
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.4.1 # <does this need to be updated?>
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.4.1 # <does this need to be updated?>
3838
command: ["azure-npm"]
3939
args: ["daemon"]
4040
resources:

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ metadata:
8484
namespace: kube-system
8585
spec:
8686
ports:
87-
- name: http
87+
- name: http
8888
port: 9001
8989
targetPort: 10092
9090
selector:
@@ -133,12 +133,12 @@ spec:
133133
spec:
134134
containers:
135135
- args:
136-
- controlplane
136+
- controlplane
137137
ports:
138138
- name: metrics
139-
containerPort: 10091
139+
containerPort: 10091
140140
- name: http
141-
containerPort: 10092
141+
containerPort: 10092
142142
command:
143143
- azure-npm
144144
env:
@@ -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.4.1 # <does this need to be updated?>
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.4.1 # <does this need to be updated?>
139139
name: azure-npm
140140
ports:
141141
- name: metrics

npm/deploy/npm/azure-npm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rules:
3434
- watch
3535
---
3636
apiVersion: rbac.authorization.k8s.io/v1
37-
kind: ClusterRoleBinding
37+
kind: ClusterRoleBinding
3838
metadata:
3939
name: azure-npm-binding
4040
namespace: kube-system
@@ -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.4.1 # <does this need to be updated?>
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.4.45.3 # <does this need to be updated?>
8383
resources:
8484
limits:
8585
cpu: 250m

0 commit comments

Comments
 (0)