From 77b510c9274b1440c3a02dd39a5c5cc8e0acd199 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 5 Apr 2025 13:14:00 -0400 Subject: [PATCH] docs: oops --- docs/Integrated-Mode.md | 4 ++-- docs/Simple-Mode.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Integrated-Mode.md b/docs/Integrated-Mode.md index f7a8013..7b1ef7e 100644 --- a/docs/Integrated-Mode.md +++ b/docs/Integrated-Mode.md @@ -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/headplane0.5.10 + image: ghcr.io/tale/headplane:0.5.10 container_name: headplane restart: unless-stopped ports: @@ -151,7 +151,7 @@ spec: serviceAccountName: default containers: - name: headplane - image: ghcr.io/tale/headplane0.5.10 + image: ghcr.io/tale/headplane:0.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 diff --git a/docs/Simple-Mode.md b/docs/Simple-Mode.md index 8afb17b..cc352a6 100644 --- a/docs/Simple-Mode.md +++ b/docs/Simple-Mode.md @@ -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/headplane0.5.10 + image: ghcr.io/tale/headplane:0.5.10 container_name: headplane restart: unless-stopped ports: