Skip to content

Commit d14afea

Browse files
committed
Update manifests to v0.2 image tag
1 parent 5cab89c commit d14afea

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

examples/3clientgroups/meshrr-3clientgroups.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

examples/load-balanced-route-servers/routeserver-a.ss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

examples/load-balanced-route-servers/routeserver-b.ss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
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:

0 commit comments

Comments
 (0)