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

This commit is contained in:
Renovate Bot 2024-04-23 18:46:23 +00:00
parent 6c2a877fef
commit 33401ba3e6
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.62.1",
image: "ghcr.io/tailscale/tailscale:v1.64.2",
command: ["/bin/sh", "-c", shellScript],
env: [
{

View file

@ -50,7 +50,7 @@ spec:
containers:
- name: tailscale
imagePullPolicy: Always
image: ghcr.io/tailscale/tailscale:v1.62.1
image: ghcr.io/tailscale/tailscale:v1.64.2
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.62.1
image: ghcr.io/tailscale/tailscale:v1.64.2
imagePullPolicy: IfNotPresent
command:
- /bin/sh