chore: use 0.3.7 in examples

This commit is contained in:
Aarnav Tale
2024-11-30 15:42:33 -05:00
parent 41b1d3c847
commit 8867cca494
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ Here is a simple Docker Compose deployment:
services: services:
headplane: headplane:
container_name: headplane container_name: headplane
image: ghcr.io/tale/headplane:0.3.5 image: ghcr.io/tale/headplane:0.3.7
restart: unless-stopped restart: unless-stopped
ports: ports:
- '3000:3000' - '3000:3000'
+1 -1
View File
@@ -50,7 +50,7 @@ services:
TZ: 'America/New_York' TZ: 'America/New_York'
headplane: headplane:
container_name: headplane container_name: headplane
image: ghcr.io/tale/headplane:0.3.5 image: ghcr.io/tale/headplane:0.3.7
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- './data:/var/lib/headscale' - './data:/var/lib/headscale'
+1 -1
View File
@@ -88,7 +88,7 @@ spec:
serviceAccountName: default serviceAccountName: default
containers: containers:
- name: headplane - name: headplane
image: ghcr.io/tale/headplane:0.3.5 image: ghcr.io/tale/headplane:0.3.7
env: env:
- name: COOKIE_SECRET - name: COOKIE_SECRET
value: 'abcdefghijklmnopqrstuvwxyz' value: 'abcdefghijklmnopqrstuvwxyz'