chore: v0.3.8

This commit is contained in:
Aarnav Tale
2024-12-06 19:07:36 -05:00
parent f9b38939ba
commit 69cc6985b4
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ Here is a simple Docker Compose deployment:
services:
headplane:
container_name: headplane
image: ghcr.io/tale/headplane:0.3.7
image: ghcr.io/tale/headplane:0.3.8
restart: unless-stopped
ports:
- '3000:3000'
+1 -1
View File
@@ -50,7 +50,7 @@ services:
TZ: 'America/New_York'
headplane:
container_name: headplane
image: ghcr.io/tale/headplane:0.3.7
image: ghcr.io/tale/headplane:0.3.8
restart: unless-stopped
volumes:
- './data:/var/lib/headscale'
+1 -1
View File
@@ -88,7 +88,7 @@ spec:
serviceAccountName: default
containers:
- name: headplane
image: ghcr.io/tale/headplane:0.3.7
image: ghcr.io/tale/headplane:0.3.8
env:
- name: COOKIE_SECRET
value: 'abcdefghijklmnopqrstuvwxyz'