chore: update docs to reflect 0.5.1

This commit is contained in:
Aarnav Tale
2025-02-28 12:22:20 -05:00
parent a7e4f3e4d2
commit 5b716ab5ce
3 changed files with 38 additions and 3 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.0
image: ghcr.io/tale/headplane:0.5.1
container_name: headplane
restart: unless-stopped
ports:
@@ -148,7 +148,7 @@ spec:
serviceAccountName: default
containers:
- name: headplane
image: ghcr.io/tale/headplane:0.5.0
image: ghcr.io/tale/headplane:0.5.1
env:
# Set these if the pod name for Headscale is not static
# We will use the downward API to get the pod name instead