diff --git a/manifests/auth-proxy/auth-proxy.yaml b/manifests/auth-proxy/auth-proxy.yaml index b041e12..9c68201 100644 --- a/manifests/auth-proxy/auth-proxy.yaml +++ b/manifests/auth-proxy/auth-proxy.yaml @@ -146,7 +146,7 @@ spec: requests: memory: 50Mi - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.29 + image: ghcr.io/tailscale/tailscale:v1.42 imagePullPolicy: Always env: - name: TS_AUTH_KEY diff --git a/manifests/auth-proxy/internal-proxy.yaml b/manifests/auth-proxy/internal-proxy.yaml index 6702c3e..83dd03a 100644 --- a/manifests/auth-proxy/internal-proxy.yaml +++ b/manifests/auth-proxy/internal-proxy.yaml @@ -103,7 +103,7 @@ spec: - name: host-mappings mountPath: /config/ - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.29 + image: ghcr.io/tailscale/tailscale:v1.42 imagePullPolicy: Always tty: true env: diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index 183025d..77243e2 100644 --- a/manifests/auth-proxy/non-auth-proxy.yaml +++ b/manifests/auth-proxy/non-auth-proxy.yaml @@ -107,7 +107,7 @@ spec: requests: memory: 50Mi - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.29 + image: ghcr.io/tailscale/tailscale:v1.42 imagePullPolicy: Always tty: true env: diff --git a/manifests/proxy-civo/non-auth-proxy.yaml b/manifests/proxy-civo/non-auth-proxy.yaml index a9ac576..ac2a97a 100644 --- a/manifests/proxy-civo/non-auth-proxy.yaml +++ b/manifests/proxy-civo/non-auth-proxy.yaml @@ -110,7 +110,7 @@ spec: - name: host-mappings mountPath: /config/ - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.29 + image: ghcr.io/tailscale/tailscale:v1.42 imagePullPolicy: Always tty: true env: