Skip to content

Commit

Permalink
Merge pull request #29 from grace-bible/renovate/ghcr.io-elliotmatson…
Browse files Browse the repository at this point in the history
…-tailscale-sidecar-proxy-1.x

Update ghcr.io/elliotmatson/tailscale-sidecar-proxy Docker tag to v1.50.0
  • Loading branch information
elliotmatson authored Sep 26, 2023
2 parents 069f7de + 66d6102 commit 44cce6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion busylight/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- tailscale
network_mode: service:tailscale
tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.48.2
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.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:v1.48.2
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.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 @@ -17,7 +17,7 @@ services:
network_mode: service:tailscale

tailscale:
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.48.2
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.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:v1.48.2
image: ghcr.io/elliotmatson/tailscale-sidecar-proxy:v1.50.0
restart: always
environment:
TAILSCALE_SSH: true
Expand Down

0 comments on commit 44cce6a

Please sign in to comment.