From 98d1cb1333a05488b6d9259f397d34489f874e5c Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 3 Oct 2024 15:36:20 -0400 Subject: [PATCH] docs: mention 0.3.1 as the latest --- docs/Basic-Integration.md | 2 +- docs/integration/Docker.md | 2 +- docs/integration/Kubernetes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Basic-Integration.md b/docs/Basic-Integration.md index de0d542..7bc0011 100644 --- a/docs/Basic-Integration.md +++ b/docs/Basic-Integration.md @@ -29,7 +29,7 @@ Here is a simple Docker Compose deployment: services: headplane: container_name: headplane - image: ghcr.io/tale/headplane:0.3.0 + image: ghcr.io/tale/headplane:0.3.1 restart: unless-stopped ports: - '3000:3000' diff --git a/docs/integration/Docker.md b/docs/integration/Docker.md index a5b345f..42fbfa8 100644 --- a/docs/integration/Docker.md +++ b/docs/integration/Docker.md @@ -50,7 +50,7 @@ services: TZ: 'America/New_York' headplane: container_name: headplane - image: ghcr.io/tale/headplane:0.3.0 + image: ghcr.io/tale/headplane:0.3.1 restart: unless-stopped volumes: - './data:/var/lib/headscale' diff --git a/docs/integration/Kubernetes.md b/docs/integration/Kubernetes.md index d4bd876..1a62210 100644 --- a/docs/integration/Kubernetes.md +++ b/docs/integration/Kubernetes.md @@ -88,7 +88,7 @@ spec: serviceAccountName: default containers: - name: headplane - image: ghcr.io/tale/headplane:0.3.0 + image: ghcr.io/tale/headplane:0.3.1 env: - name: COOKIE_SECRET value: 'abcdefghijklmnopqrstuvwxyz'