File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
load-balanced-route-servers Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ spec:
278278 name : override-config
279279 initContainers :
280280 - name : meshrr-init
281- image : ghcr.io/juniper/meshrr:next
281+ image : ghcr.io/juniper/meshrr:v0.2
282282 imagePullPolicy : IfNotPresent
283283 args : ["init"]
284284 volumeMounts :
@@ -338,7 +338,7 @@ spec:
338338 privileged : true
339339 runAsNonRoot : false
340340 - name : meshrr
341- image : ghcr.io/juniper/meshrr:next
341+ image : ghcr.io/juniper/meshrr:v0.2
342342 imagePullPolicy : IfNotPresent
343343 args : ["sidecar"]
344344 startupProbe :
@@ -420,7 +420,7 @@ spec:
420420 name : override-config
421421 initContainers :
422422 - name : meshrr-init
423- image : ghcr.io/juniper/meshrr:next
423+ image : ghcr.io/juniper/meshrr:v0.2
424424 imagePullPolicy : IfNotPresent
425425 args : ["init"]
426426 volumeMounts :
@@ -480,7 +480,7 @@ spec:
480480 privileged : true
481481 runAsNonRoot : false
482482 - name : meshrr
483- image : ghcr.io/juniper/meshrr:next
483+ image : ghcr.io/juniper/meshrr:v0.2
484484 imagePullPolicy : IfNotPresent
485485 args : ["sidecar"]
486486 startupProbe :
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ spec:
141141 optional : false
142142 initContainers :
143143 - name : meshrr-init
144- image : ghcr.io/juniper/meshrr:next
144+ image : ghcr.io/juniper/meshrr:v0.2
145145 imagePullPolicy : IfNotPresent
146146 args : ["init"]
147147 volumeMounts :
@@ -205,7 +205,7 @@ spec:
205205 privileged : true
206206 runAsNonRoot : false
207207 - name : meshrr
208- image : ghcr.io/juniper/meshrr:next
208+ image : ghcr.io/juniper/meshrr:v0.2
209209 imagePullPolicy : IfNotPresent
210210 args : ["sidecar"]
211211 startupProbe :
Original file line number Diff line number Diff line change 9797 optional : false
9898 initContainers :
9999 - name : meshrr-init
100- image : ghcr.io/juniper/meshrr:next
100+ image : ghcr.io/juniper/meshrr:v0.2
101101 imagePullPolicy : IfNotPresent
102102 args : ["init"]
103103 volumeMounts :
@@ -161,7 +161,7 @@ spec:
161161 privileged : true
162162 runAsNonRoot : false
163163 - name : meshrr
164- image : ghcr.io/juniper/meshrr:next
164+ image : ghcr.io/juniper/meshrr:v0.2
165165 imagePullPolicy : IfNotPresent
166166 args : ["sidecar"]
167167 startupProbe :
You can’t perform that action at this time.
0 commit comments