From 88f3132326269ef17df9bc9d5143a6209eae971f Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 23 Dec 2021 18:35:57 +0000 Subject: [PATCH] Set tailscale image to always pull Signed-off-by: Marcus Noble --- manifests/auth-proxy/auth-proxy.yaml | 2 +- manifests/auth-proxy/non-auth-proxy.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/auth-proxy/auth-proxy.yaml b/manifests/auth-proxy/auth-proxy.yaml index cec8a24..cc39fd1 100644 --- a/manifests/auth-proxy/auth-proxy.yaml +++ b/manifests/auth-proxy/auth-proxy.yaml @@ -85,7 +85,7 @@ spec: memory: 50Mi - name: tailscale image: ghcr.io/tailscale/tailscale:latest - imagePullPolicy: IfNotPresent + imagePullPolicy: Always env: - name: AUTH_KEY valueFrom: diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index 3b51c31..552d3c1 100644 --- a/manifests/auth-proxy/non-auth-proxy.yaml +++ b/manifests/auth-proxy/non-auth-proxy.yaml @@ -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: