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
|
memory: 50Mi
|
||||||
- name: tailscale
|
- name: tailscale
|
||||||
image: ghcr.io/tailscale/tailscale:latest
|
image: ghcr.io/tailscale/tailscale:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: AUTH_KEY
|
- name: AUTH_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -56,7 +56,7 @@ spec:
|
|||||||
mountPath: /config/
|
mountPath: /config/
|
||||||
- name: tailscale
|
- name: tailscale
|
||||||
image: ghcr.io/tailscale/tailscale:latest
|
image: ghcr.io/tailscale/tailscale:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: AUTH_KEY
|
- name: AUTH_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@ -204,7 +204,7 @@ spec:
|
|||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
- name: tailscale
|
- name: tailscale
|
||||||
image: ghcr.io/tailscale/tailscale:latest
|
image: ghcr.io/tailscale/tailscale:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: AUTH_KEY
|
- name: AUTH_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
Loading…
Reference in New Issue
Block a user