From 78e1152a8f13d0143868b88a9e7e6676104af80e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 Jun 2023 07:37:45 +0000 Subject: [PATCH] Update ghcr.io/tailscale/tailscale Docker tag to v1.42 --- 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 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: