From 0db769dab150b010456ab0465c08a9addd32240e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 21 Feb 2024 21:07:20 +0000 Subject: [PATCH] Update ghcr.io/tailscale/tailscale Docker tag to v1.61 --- 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 94a0a6c..a7d06e9 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.58 + image: ghcr.io/tailscale/tailscale:v1.61 imagePullPolicy: Always env: - name: TS_AUTH_KEY diff --git a/manifests/auth-proxy/internal-proxy.yaml b/manifests/auth-proxy/internal-proxy.yaml index ac10cdb..affae41 100644 --- a/manifests/auth-proxy/internal-proxy.yaml +++ b/manifests/auth-proxy/internal-proxy.yaml @@ -102,7 +102,7 @@ spec: - name: host-mappings mountPath: /config/ - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.58 + image: ghcr.io/tailscale/tailscale:v1.61 imagePullPolicy: Always tty: true env: diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index 329f724..b969423 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.58 + image: ghcr.io/tailscale/tailscale:v1.61 imagePullPolicy: Always tty: true env: diff --git a/manifests/proxy-civo/non-auth-proxy.yaml b/manifests/proxy-civo/non-auth-proxy.yaml index 7cdbe3b..51c9302 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.58 + image: ghcr.io/tailscale/tailscale:v1.61 imagePullPolicy: Always tty: true env: