From 59848c24a0bf8f1e3650d7982e49ac5356d8e62e Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Thu, 2 Nov 2023 16:32:50 -0500 Subject: [PATCH] Update TS --- busylight/docker-compose.yml | 2 +- home/docker-compose.yml | 2 +- monitoring/docker-compose.yml | 4 ++-- n8n/docker-compose.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/busylight/docker-compose.yml b/busylight/docker-compose.yml index 90b34c5..a3e64e9 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:v1.50.1-002 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} diff --git a/home/docker-compose.yml b/home/docker-compose.yml index a4e1ca7..044fbf6 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:v1.52.0 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} diff --git a/monitoring/docker-compose.yml b/monitoring/docker-compose.yml index 27575be..76d7316 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:v1.50.1-002 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} @@ -48,7 +48,7 @@ services: network_mode: service:tailscale-prometheus tailscale-prometheus: - image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.1-002 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err} diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index 403f6c4..015ecf4 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:v1.52.0 + image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.52.0 restart: always environment: TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}