Update ghcr.io/tailscale/tailscale Docker tag to v1.61.11

This commit is contained in:
Renovate Bot 2024-02-23 18:44:47 +00:00
parent 0eff0aca36
commit 2e3f5cd0d0
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ spec:
request.object.spec.containers.push({
name: "ts-sidecar",
imagePullPolicy: "IfNotPresent",
image: "ghcr.io/tailscale/tailscale:v1.56.1",
image: "ghcr.io/tailscale/tailscale:v1.61.11",
command: ["/bin/sh", "-c", shellScript],
env: [
{

View file

@ -50,7 +50,7 @@ spec:
containers:
- name: tailscale
imagePullPolicy: Always
image: ghcr.io/tailscale/tailscale:v1.56.1
image: ghcr.io/tailscale/tailscale:v1.61.11
env:
- name: TS_KUBE_SECRET
value: tailscale

View file

@ -59,7 +59,7 @@ spec:
mountPath: /etc/wireguard/privatekey
subPath: privatekey
- name: tailscale
image: ghcr.io/tailscale/tailscale:v1.56.1
image: ghcr.io/tailscale/tailscale:v1.61.11
imagePullPolicy: IfNotPresent
command:
- /bin/sh