missing versions

This commit is contained in:
theguy951357
2023-04-03 09:15:32 -04:00
parent bc6235f096
commit 8bf8201129
7 changed files with 8 additions and 8 deletions

View File

@@ -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" />

View File

@@ -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:

View File

@@ -10,7 +10,7 @@
//
// Schemes: https
// BasePath: /
// Version:
// Version: 0.18.6
// Host: netmaker.io
//
// Consumes:

View File

@@ -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"

View File

@@ -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"

View File

@@ -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:

View File

@@ -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: