Skip to content

Commit

Permalink
Correct image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jrokeach committed May 15, 2024
1 parent 9017f4c commit c47da95
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions examples/2regions-hrr/meshrr-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
optional: false
initContainers:
- name: meshrr-init
image: ghcr.io/juniper/meshrr:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["init"]
volumeMounts:
Expand Down Expand Up @@ -139,7 +139,7 @@ spec:
privileged: true
runAsNonRoot: false
- name: meshrr
image: ghcr.io/juniper/meshrr:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["sidecar"]
startupProbe:
Expand Down
8 changes: 4 additions & 4 deletions examples/2regions-hrr/meshrr-lothlorien.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ spec:
name: override-config
initContainers:
- name: meshrr-init
image: ghcr.io/juniper/meshrr:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["init"]
volumeMounts:
Expand Down Expand Up @@ -227,7 +227,7 @@ spec:
privileged: true
runAsNonRoot: false
- name: meshrr
image: ghcr.io/juniper/meshrr:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["sidecar"]
startupProbe:
Expand Down Expand Up @@ -315,7 +315,7 @@ spec:
name: override-config
initContainers:
- name: meshrr-init
image: ghcr.io/juniper/meshrr:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["init"]
volumeMounts:
Expand Down Expand Up @@ -375,7 +375,7 @@ spec:
privileged: true
runAsNonRoot: false
- name: meshrr
image: ghcr.io/juniper/meshrr:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["sidecar"]
startupProbe:
Expand Down
8 changes: 4 additions & 4 deletions examples/2regions-hrr/meshrr-mirkwood.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
name: override-config
initContainers:
- name: meshrr-init
image: ghcr.io/juniper/meshrr:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["init"]
volumeMounts:
Expand Down Expand Up @@ -228,7 +228,7 @@ spec:
privileged: true
runAsNonRoot: false
- name: meshrr
image: ghcr.io/juniper/meshrr:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["sidecar"]
startupProbe:
Expand Down Expand Up @@ -316,7 +316,7 @@ spec:
name: override-config
initContainers:
- name: meshrr-init
image: ghcr.io/juniper/meshrr:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["init"]
volumeMounts:
Expand Down Expand Up @@ -376,7 +376,7 @@ spec:
privileged: true
runAsNonRoot: false
- name: meshrr
image: ghcr.io/juniper/meshrr:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["sidecar"]
startupProbe:
Expand Down
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:v0.2
image: ghcr.io/juniper/meshrr:0.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:v0.2
image: ghcr.io/juniper/meshrr:0.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:v0.2
image: ghcr.io/juniper/meshrr:0.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:v0.2
image: ghcr.io/juniper/meshrr:0.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:v0.2
image: ghcr.io/juniper/meshrr:0.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:v0.2
image: ghcr.io/juniper/meshrr:0.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:v0.2
image: ghcr.io/juniper/meshrr:0.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:v0.2
image: ghcr.io/juniper/meshrr:0.2
imagePullPolicy: IfNotPresent
args: ["sidecar"]
startupProbe:
Expand Down

0 comments on commit c47da95

Please sign in to comment.