From 9eead5f58319666d3adcbab55e23c9519cffe05d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 01:16:38 +0000 Subject: [PATCH] Update ghcr.io/elliotmatson/tailscale-sidecar-proxy Docker tag to v1.54.0 --- busylight/docker-compose.yml | 2 +- home/docker-compose.yml | 2 +- monitoring/docker-compose.yml | 4 ++-- n8n/docker-compose.yml | 2 +- status/docker-compose.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/busylight/docker-compose.yml b/busylight/docker-compose.yml index bd1a164..34dd32a 100644 --- a/busylight/docker-compose.yml +++ b/busylight/docker-compose.yml @@ -13,7 +13,7 @@ services: limits: cpus: "0.25" tailscale: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.54.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} diff --git a/home/docker-compose.yml b/home/docker-compose.yml index 512e496..cab57b9 100644 --- a/home/docker-compose.yml +++ b/home/docker-compose.yml @@ -12,7 +12,7 @@ services: network_mode: service:homer-tailscale homer-tailscale: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.54.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} diff --git a/monitoring/docker-compose.yml b/monitoring/docker-compose.yml index ec97896..8970535 100644 --- a/monitoring/docker-compose.yml +++ b/monitoring/docker-compose.yml @@ -23,7 +23,7 @@ services: network_mode: service:tailscale-grafana tailscale-grafana: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.54.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} @@ -46,7 +46,7 @@ services: network_mode: service:tailscale-prometheus tailscale-prometheus: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.54.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index f4df8d5..922a44d 100644 --- a/n8n/docker-compose.yml +++ b/n8n/docker-compose.yml @@ -22,7 +22,7 @@ services: network_mode: service:tailscale tailscale: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.54.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} diff --git a/status/docker-compose.yml b/status/docker-compose.yml index d46e206..9b52056 100644 --- a/status/docker-compose.yml +++ b/status/docker-compose.yml @@ -13,7 +13,7 @@ services: - kuma-tailscale network_mode: service:kuma-tailscale kuma-tailscale: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.54.0 restart: always environment: TAILSCALE_SSH: true