Browse Source

Merge pull request #1626 from naofel1/patch-1

Update netclient-daemonset.yaml
Alex Feiszli 2 years ago
parent
commit
8fa38c6d14
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"