Set tailscale image to always pull
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
00b51cd6a8
commit
88f3132326
@ -85,7 +85,7 @@ spec:
|
||||
memory: 50Mi
|
||||
- name: tailscale
|
||||
image: ghcr.io/tailscale/tailscale:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: AUTH_KEY
|
||||
valueFrom:
|
||||
|
@ -56,7 +56,7 @@ spec:
|
||||
mountPath: /config/
|
||||
- name: tailscale
|
||||
image: ghcr.io/tailscale/tailscale:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: AUTH_KEY
|
||||
valueFrom:
|
||||
@ -204,7 +204,7 @@ spec:
|
||||
memory: 50Mi
|
||||
- name: tailscale
|
||||
image: ghcr.io/tailscale/tailscale:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: AUTH_KEY
|
||||
valueFrom:
|
||||
|
Loading…
Reference in New Issue
Block a user