Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/cm…
Browse files Browse the repository at this point in the history
…d-nse-l7-proxy@main (#12665)

PR link: networkservicemesh/cmd-nse-l7-proxy#244

Commit: cddfdba
Author: Network Service Mesh Bot
Date: 2024-12-27 16:43:32 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#244)
PR link: networkservicemesh/sdk-kernel#705
Commit: 3bba517
Author: Network Service Mesh Bot
Date: 2024-12-27 16:40:26 -0600
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#705)
PR link: networkservicemesh/sdk#1700
Commit: 422abe9
Author: Nikita Skrynnik
Date: 2024-12-28 09:37:57 +1100
Message:
        - use a proper context for test + fix data races in dialer (#1700)

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored Dec 27, 2024
1 parent d3732fb commit 6f16964
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
restartPolicy: Never
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:1eccc2d
image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:cddfdba
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
restartPolicy: Never
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:1eccc2d
image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:cddfdba
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
restartPolicy: Never
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:1eccc2d
image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:cddfdba
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
restartPolicy: Never
containers:
- name: nse
image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:1eccc2d
image: ghcr.io/networkservicemesh/ci/cmd-nse-l7-proxy:cddfdba
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down

0 comments on commit 6f16964

Please sign in to comment.