File tree Expand file tree Collapse file tree 12 files changed +31
-63
lines changed
Expand file tree Collapse file tree 12 files changed +31
-63
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ spec:
261261 priorityClassName : system-node-critical
262262 containers :
263263 - name : agent
264- image : docker.io/calicovpp/agent:latest
264+ image : docker.io/calicovpp/agent:v3.31.0
265265 imagePullPolicy : IfNotPresent
266266 envFrom :
267267 - configMapRef :
@@ -328,7 +328,7 @@ spec:
328328 mountPath : /run/netns/
329329 mountPropagation : Bidirectional
330330 - name : vpp
331- image : docker.io/calicovpp/vpp:latest
331+ image : docker.io/calicovpp/vpp:v3.31.0
332332 imagePullPolicy : IfNotPresent
333333 securityContext :
334334 privileged : true
Original file line number Diff line number Diff line change 2121 spec :
2222 initContainers :
2323 - name : install-whereabouts
24- image : docker.io/calicovpp/install-whereabouts:latest
24+ image : docker.io/calicovpp/install-whereabouts:v3.31.0
2525 command : ["/entrypoint"]
2626 volumeMounts :
2727 - mountPath : /host/opt/cni/bin
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ spec:
227227 envFrom :
228228 - configMapRef :
229229 name : calico-vpp-config
230- image : docker.io/calicovpp/vpp:latest
230+ image : docker.io/calicovpp/vpp:v3.31.0
231231 imagePullPolicy : IfNotPresent
232232 name : vpp
233233 resources :
@@ -272,7 +272,7 @@ spec:
272272 envFrom :
273273 - configMapRef :
274274 name : calico-vpp-config
275- image : docker.io/calicovpp/agent:latest
275+ image : docker.io/calicovpp/agent:v3.31.0
276276 imagePullPolicy : IfNotPresent
277277 livenessProbe :
278278 failureThreshold : 3
Original file line number Diff line number Diff line change @@ -138,14 +138,6 @@ rules:
138138 - blockaffinities
139139 verbs :
140140 - watch
141- - apiGroups :
142- - discovery.k8s.io
143- resources :
144- - endpointslices
145- verbs :
146- - watch
147- - list
148- - get
149141---
150142apiVersion : rbac.authorization.k8s.io/v1
151143kind : ClusterRoleBinding
@@ -240,7 +232,7 @@ spec:
240232 k8s-app : calico-vpp-node
241233 spec :
242234 containers :
243- - image : docker.io/calicovpp/multinet-monitor:latest
235+ - image : docker.io/calicovpp/multinet-monitor:v3.31.0
244236 imagePullPolicy : IfNotPresent
245237 name : multinet-monitor
246238 resources :
@@ -288,7 +280,7 @@ spec:
288280 envFrom :
289281 - configMapRef :
290282 name : calico-vpp-config
291- image : docker.io/calicovpp/vpp:latest
283+ image : docker.io/calicovpp/vpp:v3.31.0
292284 imagePullPolicy : IfNotPresent
293285 name : vpp
294286 resources :
@@ -333,7 +325,7 @@ spec:
333325 envFrom :
334326 - configMapRef :
335327 name : calico-vpp-config
336- image : docker.io/calicovpp/agent:latest
328+ image : docker.io/calicovpp/agent:v3.31.0
337329 imagePullPolicy : IfNotPresent
338330 livenessProbe :
339331 failureThreshold : 3
@@ -385,7 +377,7 @@ spec:
385377 initContainers :
386378 - command :
387379 - /entrypoint
388- image : docker.io/calicovpp/install-whereabouts:latest
380+ image : docker.io/calicovpp/install-whereabouts:v3.31.0
389381 name : install-whereabouts
390382 volumeMounts :
391383 - mountPath : /host/opt/cni/bin
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ spec:
238238 envFrom :
239239 - configMapRef :
240240 name : calico-vpp-config
241- image : docker.io/calicovpp/vpp:latest
241+ image : docker.io/calicovpp/vpp:v3.31.0
242242 imagePullPolicy : IfNotPresent
243243 name : vpp
244244 resources :
@@ -283,7 +283,7 @@ spec:
283283 envFrom :
284284 - configMapRef :
285285 name : calico-vpp-config
286- image : docker.io/calicovpp/agent:latest
286+ image : docker.io/calicovpp/agent:v3.31.0
287287 imagePullPolicy : IfNotPresent
288288 livenessProbe :
289289 failureThreshold : 3
Original file line number Diff line number Diff line change @@ -138,14 +138,6 @@ rules:
138138 - blockaffinities
139139 verbs :
140140 - watch
141- - apiGroups :
142- - discovery.k8s.io
143- resources :
144- - endpointslices
145- verbs :
146- - watch
147- - list
148- - get
149141---
150142apiVersion : rbac.authorization.k8s.io/v1
151143kind : ClusterRoleBinding
@@ -240,7 +232,7 @@ spec:
240232 k8s-app : calico-vpp-node
241233 spec :
242234 containers :
243- - image : docker.io/calicovpp/multinet-monitor:latest
235+ - image : docker.io/calicovpp/multinet-monitor:v3.31.0
244236 imagePullPolicy : IfNotPresent
245237 name : multinet-monitor
246238 resources :
@@ -288,7 +280,7 @@ spec:
288280 envFrom :
289281 - configMapRef :
290282 name : calico-vpp-config
291- image : docker.io/calicovpp/vpp:latest
283+ image : docker.io/calicovpp/vpp:v3.31.0
292284 imagePullPolicy : IfNotPresent
293285 name : vpp
294286 resources :
@@ -331,7 +323,7 @@ spec:
331323 envFrom :
332324 - configMapRef :
333325 name : calico-vpp-config
334- image : docker.io/calicovpp/agent:latest
326+ image : docker.io/calicovpp/agent:v3.31.0
335327 imagePullPolicy : IfNotPresent
336328 livenessProbe :
337329 failureThreshold : 3
@@ -383,7 +375,7 @@ spec:
383375 initContainers :
384376 - command :
385377 - /entrypoint
386- image : docker.io/calicovpp/install-whereabouts:latest
378+ image : docker.io/calicovpp/install-whereabouts:v3.31.0
387379 name : install-whereabouts
388380 volumeMounts :
389381 - mountPath : /host/opt/cni/bin
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ spec:
238238 envFrom :
239239 - configMapRef :
240240 name : calico-vpp-config
241- image : docker.io/calicovpp/vpp:latest
241+ image : docker.io/calicovpp/vpp:v3.31.0
242242 imagePullPolicy : IfNotPresent
243243 name : vpp
244244 resources :
@@ -281,7 +281,7 @@ spec:
281281 envFrom :
282282 - configMapRef :
283283 name : calico-vpp-config
284- image : docker.io/calicovpp/agent:latest
284+ image : docker.io/calicovpp/agent:v3.31.0
285285 imagePullPolicy : IfNotPresent
286286 livenessProbe :
287287 failureThreshold : 3
Original file line number Diff line number Diff line change @@ -138,14 +138,6 @@ rules:
138138 - blockaffinities
139139 verbs :
140140 - watch
141- - apiGroups :
142- - discovery.k8s.io
143- resources :
144- - endpointslices
145- verbs :
146- - watch
147- - list
148- - get
149141---
150142apiVersion : rbac.authorization.k8s.io/v1
151143kind : ClusterRoleBinding
@@ -243,7 +235,7 @@ spec:
243235 k8s-app : calico-vpp-node
244236 spec :
245237 containers :
246- - image : docker.io/calicovpp/multinet-monitor:latest
238+ - image : docker.io/calicovpp/multinet-monitor:v3.31.0
247239 imagePullPolicy : IfNotPresent
248240 name : multinet-monitor
249241 resources :
@@ -284,7 +276,7 @@ spec:
284276 envFrom :
285277 - configMapRef :
286278 name : calico-vpp-config
287- image : docker.io/calicovpp/agent:latest
279+ image : docker.io/calicovpp/agent:v3.31.0
288280 imagePullPolicy : IfNotPresent
289281 livenessProbe :
290282 failureThreshold : 3
@@ -343,7 +335,7 @@ spec:
343335 envFrom :
344336 - configMapRef :
345337 name : calico-vpp-config
346- image : docker.io/calicovpp/vpp:latest
338+ image : docker.io/calicovpp/vpp:v3.31.0
347339 imagePullPolicy : IfNotPresent
348340 name : vpp
349341 resources :
@@ -375,7 +367,7 @@ spec:
375367 initContainers :
376368 - command :
377369 - /entrypoint
378- image : docker.io/calicovpp/install-whereabouts:latest
370+ image : docker.io/calicovpp/install-whereabouts:v3.31.0
379371 name : install-whereabouts
380372 volumeMounts :
381373 - mountPath : /host/opt/cni/bin
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ spec:
234234 envFrom :
235235 - configMapRef :
236236 name : calico-vpp-config
237- image : docker.io/calicovpp/agent:latest
237+ image : docker.io/calicovpp/agent:v3.31.0
238238 imagePullPolicy : IfNotPresent
239239 livenessProbe :
240240 failureThreshold : 3
@@ -293,7 +293,7 @@ spec:
293293 envFrom :
294294 - configMapRef :
295295 name : calico-vpp-config
296- image : docker.io/calicovpp/vpp:latest
296+ image : docker.io/calicovpp/vpp:v3.31.0
297297 imagePullPolicy : IfNotPresent
298298 name : vpp
299299 resources :
Original file line number Diff line number Diff line change @@ -138,14 +138,6 @@ rules:
138138 - blockaffinities
139139 verbs :
140140 - watch
141- - apiGroups :
142- - discovery.k8s.io
143- resources :
144- - endpointslices
145- verbs :
146- - watch
147- - list
148- - get
149141---
150142apiVersion : rbac.authorization.k8s.io/v1
151143kind : ClusterRoleBinding
@@ -240,7 +232,7 @@ spec:
240232 k8s-app : calico-vpp-node
241233 spec :
242234 containers :
243- - image : docker.io/calicovpp/multinet-monitor:latest
235+ - image : docker.io/calicovpp/multinet-monitor:v3.31.0
244236 imagePullPolicy : IfNotPresent
245237 name : multinet-monitor
246238 resources :
@@ -281,7 +273,7 @@ spec:
281273 envFrom :
282274 - configMapRef :
283275 name : calico-vpp-config
284- image : docker.io/calicovpp/agent:latest
276+ image : docker.io/calicovpp/agent:v3.31.0
285277 imagePullPolicy : IfNotPresent
286278 livenessProbe :
287279 failureThreshold : 3
@@ -340,7 +332,7 @@ spec:
340332 envFrom :
341333 - configMapRef :
342334 name : calico-vpp-config
343- image : docker.io/calicovpp/vpp:latest
335+ image : docker.io/calicovpp/vpp:v3.31.0
344336 imagePullPolicy : IfNotPresent
345337 name : vpp
346338 resources :
@@ -372,7 +364,7 @@ spec:
372364 initContainers :
373365 - command :
374366 - /entrypoint
375- image : docker.io/calicovpp/install-whereabouts:latest
367+ image : docker.io/calicovpp/install-whereabouts:v3.31.0
376368 name : install-whereabouts
377369 volumeMounts :
378370 - mountPath : /host/opt/cni/bin
You can’t perform that action at this time.
0 commit comments