Skip to content

Commit

Permalink
Merge pull request #45 from grace-bible/renovate/ghcr.io-elliotmatson…
Browse files Browse the repository at this point in the history
…-tailscale-sidecar-proxy-1.x
  • Loading branch information
elliotmatson authored Nov 21, 2023
2 parents eea0866 + 9eead5f commit a45617c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion busylight/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
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.52.0
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.54.0
restart: always
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 @@ -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}
Expand All @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
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.52.0
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:1.54.0
restart: always
environment:
TAILSCALE_SSH: true
Expand Down

0 comments on commit a45617c

Please sign in to comment.