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

This commit is contained in:
Renovate Bot 2024-03-27 18:43:57 +00:00
parent 47bed4f980
commit 2ad5a2e58a
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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