mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-18 14:54:23 +08:00
missing versions
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/gravitl/netmaker/releases">
|
||||
<img src="https://img.shields.io/badge/Version--informational?style=flat-square" />
|
||||
<img src="https://img.shields.io/badge/Version-0.18.6-informational?style=flat-square" />
|
||||
</a>
|
||||
<a href="https://hub.docker.com/r/gravitl/netmaker/tags">
|
||||
<img src="https://img.shields.io/docker/pulls/gravitl/netmaker?label=downloads" />
|
||||
|
@@ -3,7 +3,7 @@ version: "3.4"
|
||||
services:
|
||||
netmaker:
|
||||
container_name: netmaker
|
||||
image: gravitl/netmaker:v
|
||||
image: gravitl/netmaker:v0.18.6
|
||||
restart: always
|
||||
volumes:
|
||||
- dnsconfig:/root/config/dnsconfig
|
||||
@@ -35,7 +35,7 @@ services:
|
||||
- "3478:3478/udp"
|
||||
netmaker-ui:
|
||||
container_name: netmaker-ui
|
||||
image: gravitl/netmaker-ui:v0.18.4
|
||||
image: gravitl/netmaker-ui:v0.18.6
|
||||
depends_on:
|
||||
- netmaker
|
||||
links:
|
||||
|
@@ -10,7 +10,7 @@
|
||||
//
|
||||
// Schemes: https
|
||||
// BasePath: /
|
||||
// Version:
|
||||
// Version: 0.18.6
|
||||
// Host: netmaker.io
|
||||
//
|
||||
// Consumes:
|
||||
|
@@ -16,7 +16,7 @@ spec:
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: netclient
|
||||
image: gravitl/netclient:v
|
||||
image: gravitl/netclient:v0.18.6
|
||||
env:
|
||||
- name: TOKEN
|
||||
value: "TOKEN_VALUE"
|
||||
|
@@ -28,7 +28,7 @@ spec:
|
||||
# - "<node label value>"
|
||||
containers:
|
||||
- name: netclient
|
||||
image: gravitl/netclient:v
|
||||
image: gravitl/netclient:v0.18.6
|
||||
env:
|
||||
- name: TOKEN
|
||||
value: "TOKEN_VALUE"
|
||||
|
@@ -79,7 +79,7 @@ spec:
|
||||
value: "Kubernetes"
|
||||
- name: VERBOSITY
|
||||
value: "3"
|
||||
image: gravitl/netmaker:v
|
||||
image: gravitl/netmaker:v0.18.6
|
||||
imagePullPolicy: Always
|
||||
name: netmaker
|
||||
ports:
|
||||
|
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: netmaker-ui
|
||||
image: gravitl/netmaker-ui:v
|
||||
image: gravitl/netmaker-ui:v0.18.6
|
||||
ports:
|
||||
- containerPort: 443
|
||||
env:
|
||||
|
Reference in New Issue
Block a user