Skip to content

Commit

Permalink
Update ghcr.io/elliotmatson/tailscale-sidecar-proxy Docker tag to v1.…
Browse files Browse the repository at this point in the history
…78.3
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent ca7fccc commit c74400b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion busylight/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
interval: 30s
retries: 3
tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.76.6
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.78.3
restart: on-failure
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion companion/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
network_mode: service:companion-tailscale

companion-tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.76.6
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.78.3
restart: on-failure
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion home/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
network_mode: service:homer-tailscale

homer-tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.76.6
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.78.3
restart: on-failure
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion influxdb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
retries: 3

tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.76.6
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.78.3
restart: on-failure
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
4 changes: 2 additions & 2 deletions monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
retries: 3

tailscale-grafana:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.76.6
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.78.3
restart: on-failure
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
retries: 3

tailscale-prometheus:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.76.6
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.78.3
restart: on-failure
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 3

tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.76.6
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.78.3
restart: always
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion ontime/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
network_mode: service:tailscale

tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.76.6
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.78.3
restart: on-failure
environment:
TAILSCALE_AUTH_KEY: ${TS_AUTH_KEY:?err}
Expand Down
2 changes: 1 addition & 1 deletion status/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- kuma-tailscale
network_mode: service:kuma-tailscale
kuma-tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.76.6
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.78.3
restart: always
environment:
TAILSCALE_SSH: true
Expand Down

0 comments on commit c74400b

Please sign in to comment.