Browse Source

Update netclient-daemonset.yaml

The go version of image doesn't exist
naofel1 2 years ago
parent
commit
7a36ec6892
1 changed files with 1 additions and 1 deletions
  1. 1 1
      k8s/client/netclient-daemonset.yaml

+ 1 - 1
k8s/client/netclient-daemonset.yaml

@@ -16,7 +16,7 @@ spec:
       hostNetwork: true
       containers:
       - name: netclient
-        image: gravitl/netclient-go:v0.16.0
+        image: gravitl/netclient:v0.16.0
         env:
         - name: TOKEN
           value: "TOKEN_VALUE"