diff --git a/manifests/auth-proxy/auth-proxy.yaml b/manifests/auth-proxy/auth-proxy.yaml index f63c854..762b5f5 100644 --- a/manifests/auth-proxy/auth-proxy.yaml +++ b/manifests/auth-proxy/auth-proxy.yaml @@ -84,7 +84,7 @@ spec: requests: memory: 50Mi - name: tailscale - image: ghcr.io/tailscale/tailscale:latest + image: ghcr.io/tailscale/tailscale:v1.22 imagePullPolicy: Always env: - name: AUTH_KEY diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index 67dca62..c5cfaae 100644 --- a/manifests/auth-proxy/non-auth-proxy.yaml +++ b/manifests/auth-proxy/non-auth-proxy.yaml @@ -58,7 +58,7 @@ spec: - name: host-mappings mountPath: /config/ - name: tailscale - image: ghcr.io/tailscale/tailscale:latest + image: ghcr.io/tailscale/tailscale:v1.22 imagePullPolicy: Always env: - name: AUTH_KEY @@ -206,7 +206,7 @@ spec: requests: memory: 50Mi - name: tailscale - image: ghcr.io/tailscale/tailscale:latest + image: ghcr.io/tailscale/tailscale:v1.22 imagePullPolicy: Always env: - name: AUTH_KEY