Set tailscale image to always pull

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2021-12-23 18:35:57 +00:00
parent 00b51cd6a8
commit 88f3132326
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ spec:
memory: 50Mi
- name: tailscale
image: ghcr.io/tailscale/tailscale:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
env:
- name: AUTH_KEY
valueFrom:

View File

@ -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: