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: