diff --git a/examples/2regions-hrr/meshrr-core.yaml b/examples/2regions-hrr/meshrr-core.yaml index d1cd104..ccec2ba 100644 --- a/examples/2regions-hrr/meshrr-core.yaml +++ b/examples/2regions-hrr/meshrr-core.yaml @@ -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: @@ -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: diff --git a/examples/2regions-hrr/meshrr-lothlorien.yaml b/examples/2regions-hrr/meshrr-lothlorien.yaml index 824188e..13a0caa 100644 --- a/examples/2regions-hrr/meshrr-lothlorien.yaml +++ b/examples/2regions-hrr/meshrr-lothlorien.yaml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/examples/2regions-hrr/meshrr-mirkwood.yaml b/examples/2regions-hrr/meshrr-mirkwood.yaml index 0015a19..56e41e8 100644 --- a/examples/2regions-hrr/meshrr-mirkwood.yaml +++ b/examples/2regions-hrr/meshrr-mirkwood.yaml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/examples/3clientgroups/meshrr-3clientgroups.yaml b/examples/3clientgroups/meshrr-3clientgroups.yaml index f213033..6f5ca38 100644 --- a/examples/3clientgroups/meshrr-3clientgroups.yaml +++ b/examples/3clientgroups/meshrr-3clientgroups.yaml @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/examples/load-balanced-route-servers/routeserver-a.ss.yml b/examples/load-balanced-route-servers/routeserver-a.ss.yml index f8b61d4..56ab090 100644 --- a/examples/load-balanced-route-servers/routeserver-a.ss.yml +++ b/examples/load-balanced-route-servers/routeserver-a.ss.yml @@ -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: @@ -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: diff --git a/examples/load-balanced-route-servers/routeserver-b.ss.yml b/examples/load-balanced-route-servers/routeserver-b.ss.yml index 56ee83e..d53ca69 100644 --- a/examples/load-balanced-route-servers/routeserver-b.ss.yml +++ b/examples/load-balanced-route-servers/routeserver-b.ss.yml @@ -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: @@ -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: