From eb49f8a8e7a4c6c4c548fb01acee6cb7cb07d1c9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Nov 2023 09:02:04 +0000 Subject: [PATCH] Update ghcr.io/tailscale/tailscale Docker tag to v1.52 --- manifests/auth-proxy/auth-proxy.yaml | 2 +- manifests/auth-proxy/internal-proxy.yaml | 2 +- manifests/auth-proxy/non-auth-proxy.yaml | 2 +- manifests/proxy-civo/non-auth-proxy.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/auth-proxy/auth-proxy.yaml b/manifests/auth-proxy/auth-proxy.yaml index 2648a5c..2cf239d 100644 --- a/manifests/auth-proxy/auth-proxy.yaml +++ b/manifests/auth-proxy/auth-proxy.yaml @@ -148,7 +148,7 @@ spec: requests: memory: 50Mi - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.50 + image: ghcr.io/tailscale/tailscale:v1.52 imagePullPolicy: Always env: - name: TS_AUTH_KEY diff --git a/manifests/auth-proxy/internal-proxy.yaml b/manifests/auth-proxy/internal-proxy.yaml index cfde3df..fe68065 100644 --- a/manifests/auth-proxy/internal-proxy.yaml +++ b/manifests/auth-proxy/internal-proxy.yaml @@ -104,7 +104,7 @@ spec: - name: host-mappings mountPath: /config/ - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.50 + image: ghcr.io/tailscale/tailscale:v1.52 imagePullPolicy: Always tty: true env: diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index 19c32fa..58900bf 100644 --- a/manifests/auth-proxy/non-auth-proxy.yaml +++ b/manifests/auth-proxy/non-auth-proxy.yaml @@ -109,7 +109,7 @@ spec: requests: memory: 50Mi - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.50 + image: ghcr.io/tailscale/tailscale:v1.52 imagePullPolicy: Always tty: true env: diff --git a/manifests/proxy-civo/non-auth-proxy.yaml b/manifests/proxy-civo/non-auth-proxy.yaml index b4aa227..3dd6010 100644 --- a/manifests/proxy-civo/non-auth-proxy.yaml +++ b/manifests/proxy-civo/non-auth-proxy.yaml @@ -111,7 +111,7 @@ spec: - name: host-mappings mountPath: /config/ - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.50 + image: ghcr.io/tailscale/tailscale:v1.52 imagePullPolicy: Always tty: true env: