chore: v0.5.10

This commit is contained in:
Aarnav Tale
2025-04-03 23:44:19 -04:00
parent 66c7d9a327
commit fe2d7cb57a
5 changed files with 55 additions and 44 deletions
+2 -2
View File
@@ -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.9
image: ghcr.io/tale/headplane0.5.10:
container_name: headplane
restart: unless-stopped
ports:
@@ -151,7 +151,7 @@ spec:
serviceAccountName: default
containers:
- name: headplane
image: ghcr.io/tale/headplane:0.5.9
image: ghcr.io/tale/headplane0.5.10:
env:
# Set these if the pod name for Headscale is not static
# We will use the downward API to get the pod name instead
+1 -1
View File
@@ -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.9
image: ghcr.io/tale/headplane0.5.10:
container_name: headplane
restart: unless-stopped
ports: