Skip to content

Commit

Permalink
chore(deps): update tailscale/tailscale docker tag to v1.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 92c7d3b commit 7a2c5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/amour/tailscale/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
}

// renovate: datasource=docker depName=tailscale/tailscale versioning=docker
let _tailscaleVersion = "v1.56.0"
let _tailscaleVersion = "v1.56.1"

#DeploymentList: items: [{
metadata: name: "operator"
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/media/prowlarr/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import (
}
}, {
name: "tailscale"
image: "tailscale/tailscale:v1.38.2@sha256:176f2bca0906d605f411f189bd6a9747a1cf8418ca5fa55908879497774cb73b"
image: "tailscale/tailscale:v1.56.1@sha256:ac0c192f6cba52877e4d9c2fe8943f16c0ab44927605a21416852590e3ccb71e"
env: [{
name: "TS_KUBE_SECRET"
value: "\(#Name)-tailscale-state"
Expand Down

0 comments on commit 7a2c5d3

Please sign in to comment.