Browse Source

fixing versions

afeiszli 4 years ago
parent
commit
d424c7b7d0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      kube/netmaker-template.yaml
  2. 1 1
      scripts/netclient-install.sh

+ 1 - 1
kube/netmaker-template.yaml

@@ -30,7 +30,7 @@ spec:
     spec:
     spec:
       containers:
       containers:
       - name: netmaker-backend
       - name: netmaker-backend
-        image: gravitl/netmaker:0.7.2
+        image: gravitl/netmaker:v0.7
         imagePullPolicy: Always
         imagePullPolicy: Always
         ports:
         ports:
         - containerPort: 8081
         - containerPort: 8081

+ 1 - 1
scripts/netclient-install.sh

@@ -8,7 +8,7 @@ fi
 
 
 [ -z "$KEY" ] && KEY=nokey;
 [ -z "$KEY" ] && KEY=nokey;
 
 
-wget -O netclient https://github.com/gravitl/netmaker/releases/download/v0.7.1/netclient
+wget -O netclient https://github.com/gravitl/netmaker/releases/download/v0.7.2/netclient
 chmod +x netclient
 chmod +x netclient
 sudo ./netclient join -t $KEY
 sudo ./netclient join -t $KEY
 rm -f netclient
 rm -f netclient