Skip to content

Commit

Permalink
Update manifests to v0.2 image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jrokeach committed Jan 5, 2024
1 parent 5cab89c commit d14afea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/3clientgroups/meshrr-3clientgroups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ spec:
name: override-config
initContainers:
- name: meshrr-init
image: ghcr.io/juniper/meshrr:next
image: ghcr.io/juniper/meshrr:v0.2
imagePullPolicy: IfNotPresent
args: ["init"]
volumeMounts:
Expand Down Expand Up @@ -338,7 +338,7 @@ spec:
privileged: true
runAsNonRoot: false
- name: meshrr
image: ghcr.io/juniper/meshrr:next
image: ghcr.io/juniper/meshrr:v0.2
imagePullPolicy: IfNotPresent
args: ["sidecar"]
startupProbe:
Expand Down Expand Up @@ -420,7 +420,7 @@ spec:
name: override-config
initContainers:
- name: meshrr-init
image: ghcr.io/juniper/meshrr:next
image: ghcr.io/juniper/meshrr:v0.2
imagePullPolicy: IfNotPresent
args: ["init"]
volumeMounts:
Expand Down Expand Up @@ -480,7 +480,7 @@ spec:
privileged: true
runAsNonRoot: false
- name: meshrr
image: ghcr.io/juniper/meshrr:next
image: ghcr.io/juniper/meshrr:v0.2
imagePullPolicy: IfNotPresent
args: ["sidecar"]
startupProbe:
Expand Down
4 changes: 2 additions & 2 deletions examples/load-balanced-route-servers/routeserver-a.ss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
optional: false
initContainers:
- name: meshrr-init
image: ghcr.io/juniper/meshrr:next
image: ghcr.io/juniper/meshrr:v0.2
imagePullPolicy: IfNotPresent
args: ["init"]
volumeMounts:
Expand Down Expand Up @@ -205,7 +205,7 @@ spec:
privileged: true
runAsNonRoot: false
- name: meshrr
image: ghcr.io/juniper/meshrr:next
image: ghcr.io/juniper/meshrr:v0.2
imagePullPolicy: IfNotPresent
args: ["sidecar"]
startupProbe:
Expand Down
4 changes: 2 additions & 2 deletions examples/load-balanced-route-servers/routeserver-b.ss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
optional: false
initContainers:
- name: meshrr-init
image: ghcr.io/juniper/meshrr:next
image: ghcr.io/juniper/meshrr:v0.2
imagePullPolicy: IfNotPresent
args: ["init"]
volumeMounts:
Expand Down Expand Up @@ -161,7 +161,7 @@ spec:
privileged: true
runAsNonRoot: false
- name: meshrr
image: ghcr.io/juniper/meshrr:next
image: ghcr.io/juniper/meshrr:v0.2
imagePullPolicy: IfNotPresent
args: ["sidecar"]
startupProbe:
Expand Down

0 comments on commit d14afea

Please sign in to comment.