Skip to content

Commit

Permalink
feat: tailscale support arm64 (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: 0x7fffff92 <[email protected]>
  • Loading branch information
0x7fffff92 and 0x7fffff92 authored Jun 18, 2024
1 parent 7fd53ce commit 26e8d23
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ spec:
fieldRef:
fieldPath: status.podIP
- name: frontend
image: jboesl/docker-nginx-headers-more:latest
image: beclab/docker-nginx-headers-more:v0.1.0
imagePullPolicy: IfNotPresent
volumeMounts:
- name: nginx-config
Expand Down Expand Up @@ -172,7 +172,7 @@ spec:
serviceAccountName: tailscale
initContainers:
- name: init
image: beclab/headscale-init:v0.1.4
image: beclab/headscale-init:v0.1.5
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand All @@ -184,7 +184,7 @@ spec:
mountPath: /etc/headscale
containers:
- name: headscale
image: beclab/headscale:0.22.3
image: headscale/headscale:0.22.3
imagePullPolicy: IfNotPresent
command:
- headscale
Expand All @@ -208,7 +208,7 @@ spec:
command:
- /bin/sh
- -c
image: beclab/headscale-api-wrapper:v0.1.5
image: beclab/headscale-api-wrapper:v0.1.6
imagePullPolicy: IfNotPresent
name: headscale-api-wrapper
volumeMounts:
Expand Down Expand Up @@ -252,7 +252,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: tailscale
image: beclab/tailscale:v1.48.1
image: tailscale/tailscale:v1.48.1
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args:
Expand Down

0 comments on commit 26e8d23

Please sign in to comment.