mirror of
https://github.com/gravitl/netmaker.git
synced 2026-02-23 22:34:03 +08:00
missed some files
This commit is contained in:
parent
32c9c94d05
commit
be307f5f69
3 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ services:
|
|||
- "51821-51830:51821-51830/udp" # wireguard ports
|
||||
netmaker-ui: # The Netmaker UI Component
|
||||
container_name: netmaker-ui
|
||||
image: gravitl/netmaker-ui:v0.17.1
|
||||
image: gravitl/netmaker-ui:v0.18.0
|
||||
depends_on:
|
||||
- netmaker
|
||||
links:
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ spec:
|
|||
# - "<node label value>"
|
||||
containers:
|
||||
- name: netclient
|
||||
image: gravitl/netclient:v0.17.1
|
||||
image: gravitl/netclient:v0.18.0
|
||||
env:
|
||||
- name: TOKEN
|
||||
value: "TOKEN_VALUE"
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ spec:
|
|||
value: "Kubernetes"
|
||||
- name: VERBOSITY
|
||||
value: "3"
|
||||
image: gravitl/netmaker:v0.17.1
|
||||
image: gravitl/netmaker:v0.18.0
|
||||
imagePullPolicy: Always
|
||||
name: netmaker
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue