Skip to content

Commit

Permalink
fix: fixed leafnode-sidecar-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
siredmar committed Jul 12, 2022
1 parent 01f5384 commit 96b2bb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cue/traits/edge-network-participant-trait.cue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ template: {
},
{
"name": "nats-leafnode-sidecar",
"image": "ghcr.io/edgefarm/nats-leafnode-client:v0.2.0-beta.1",
"image": "ghcr.io/edgefarm/nats-leafnode-client:0.2.0-beta.1",
"command": ["/bin/sh", "-c", "env && echo $REMOTE && /client --remote $REMOTE --natsuri nats://leaf-nats.nats:4222 --creds /creds --component "+context.name],
"env": [
{
Expand Down
2 changes: 0 additions & 2 deletions dev/manifests/applications/examples/edge-nats-box.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ spec:
type: edge-worker
properties:
image: natsio/nats-box:latest
imagePullSecrets:
- mysecret
name: nats-box
runtime:
- mydevice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
},
{
name: "nats-leafnode-sidecar"
image: "ghcr.io/edgefarm/nats-leafnode-client:v0.2.0-beta.1"
image: "ghcr.io/edgefarm/nats-leafnode-client:0.2.0-beta.1"
command: ["/bin/sh", "-c", "env && echo $REMOTE && /client --remote $REMOTE --natsuri nats://leaf-nats.nats:4222 --creds /creds --component " + context.name]
env: [
{
Expand Down

0 comments on commit 96b2bb3

Please sign in to comment.