chore: v0.5.8
This commit is contained in:
parent
9b09b13b5f
commit
69c6fc4847
5 changed files with 27 additions and 8 deletions
|
|
@ -34,7 +34,7 @@ Here is what a sample Docker Compose deployment would look like:
|
|||
services:
|
||||
headplane:
|
||||
# I recommend you pin the version to a specific release
|
||||
image: ghcr.io/tale/headplane:0.5.7
|
||||
image: ghcr.io/tale/headplane:0.5.8
|
||||
container_name: headplane
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
@ -151,7 +151,7 @@ spec:
|
|||
serviceAccountName: default
|
||||
containers:
|
||||
- name: headplane
|
||||
image: ghcr.io/tale/headplane:0.5.7
|
||||
image: ghcr.io/tale/headplane:0.5.8
|
||||
env:
|
||||
# Set these if the pod name for Headscale is not static
|
||||
# We will use the downward API to get the pod name instead
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Here is what a sample Docker Compose deployment would look like:
|
|||
services:
|
||||
headplane:
|
||||
# I recommend you pin the version to a specific release
|
||||
image: ghcr.io/tale/headplane:0.5.7
|
||||
image: ghcr.io/tale/headplane:0.5.8
|
||||
container_name: headplane
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue