Skip to content

Commit

Permalink
NSM uplift to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelJouin committed Aug 3, 2022
1 parent 5f88f04 commit 0fc0087
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions deployments/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ subnetPool:

vlanNSE:
image: cmd-nse-remote-vlan
version: v1.5.0-rc.2
version: v1.5.0
probe:
addr: :5003
spiffe: true
userId: 10000

vlanNSC:
image: cmd-nsc
version: v1.5.0-rc.2
version: v1.5.0
userId: 10000

vlan:
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/deployments/nsm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

tag: v1.5.0-rc.2
tag: v1.5.0
pullPolicy: IfNotPresent

registry: ghcr.io
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ require (
github.com/google/nftables v0.0.0-20210916140115-16a134723a96
github.com/google/uuid v1.2.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.5.0-rc.2
github.com/networkservicemesh/sdk v1.5.0-rc.2
github.com/networkservicemesh/sdk-sriov v1.5.0-rc.2
github.com/networkservicemesh/api v1.5.0
github.com/networkservicemesh/sdk v1.5.0
github.com/networkservicemesh/sdk-sriov v1.5.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.17.0
github.com/pkg/errors v0.9.1
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,12 @@ github.com/nats-io/nats.go v1.9.1/go.mod h1:ZjDU1L/7fJ09jvUSRVBR2e7+RnLiiIQyqyzE
github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/networkservicemesh/api v1.5.0-rc.2 h1:Py32Aq9puXOelDSiy5/5htNcYUrr4jLwhEHbbpyEo6M=
github.com/networkservicemesh/api v1.5.0-rc.2/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v1.5.0-rc.2 h1:In1mpR47eaVr0JgaYq9tN1qe9lq5RPWP4fVQ4wppjbM=
github.com/networkservicemesh/sdk v1.5.0-rc.2/go.mod h1:V99zu3nh0n5gMSMOG4bdeVt/o8RbY8T8+WuuPzMqN7Q=
github.com/networkservicemesh/sdk-sriov v1.5.0-rc.2 h1:d2yU5vLSRuaqemURBCGDQqFcehSF141rBJ4SyzukNPo=
github.com/networkservicemesh/sdk-sriov v1.5.0-rc.2/go.mod h1:cE/DWHlvYeUNPYyMTewDPUBVaSWuBIlpa71MkgdAHk4=
github.com/networkservicemesh/api v1.5.0 h1:ewAXJJyY0XlI+fGyGxa8mU4/z3Ro37+BTnE0VHMn8g0=
github.com/networkservicemesh/api v1.5.0/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v1.5.0 h1:b5z4ITqg6GWFQx19+Pq16x1mB7baLnmId7apLypDakM=
github.com/networkservicemesh/sdk v1.5.0/go.mod h1:2CgyusmM91WwTZviI0EECs6akAS/1etrzxcZwoYWHKU=
github.com/networkservicemesh/sdk-sriov v1.5.0 h1:jrvB+PLPZqZqVNrIXZKilq56RROobvBDJMY3r3F25b4=
github.com/networkservicemesh/sdk-sriov v1.5.0/go.mod h1:X73vpS9cuSsJ6lk6cwt+z2KPQoWrgHah8RQhaJTmk4I=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down

0 comments on commit 0fc0087

Please sign in to comment.