Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update application version to latest version from networkservicemesh/…
Browse files Browse the repository at this point in the history
…cmd-nsc@main networkservicemesh/cmd-nsc#

networkservicemesh/cmd-nsc PR link: https://github.com/networkservicemesh/cmd-nsc/pull/

networkservicemesh/cmd-nsc commit message:
commit b99cbfac80231b2e6659ee8204a2c4abd8acce9e
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Tue Jun 1 15:09:02 2021 -0500

    More fixes to ghcr push (#208)

    Signed-off-by: Ed Warnicke <hagbard@gmail.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
NSMBot committed Jun 1, 2021
1 parent 50ddc4c commit a40ab7e
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/admission-webhook-k8s/admission-webhook.yaml
Original file line number Diff line number Diff line change
@@ -40,6 +40,6 @@ spec:
- name: NSM_ANNOTATION
value: networkservicemesh.io
- name: NSM_CONTAINER_IMAGES
value: networkservicemeshci/cmd-nsc:3ee40b4d
value: networkservicemeshci/cmd-nsc:b99cbfac
- name: NSM_INIT_CONTAINER_IMAGES
value: networkservicemeshci/cmd-nsc-init:3bc147a8
2 changes: 1 addition & 1 deletion apps/nsc-kernel/nsc.yaml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: nsc
image: networkservicemeshci/cmd-nsc:3ee40b4d
image: networkservicemeshci/cmd-nsc:b99cbfac
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
2 changes: 1 addition & 1 deletion apps/nsc-vfio/nsc.yaml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ spec:
mountPath: /dev/vfio

- name: sidecar
image: networkservicemeshci/cmd-nsc:3ee40b4d
image: networkservicemeshci/cmd-nsc:b99cbfac
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET

0 comments on commit a40ab7e

Please sign in to comment.