From 9cd9b6fdfe5bb3cbdf2bbc2c5d44ee54b6735ba0 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Wed, 5 Mar 2025 11:25:58 +0000 Subject: [PATCH] Fix version, renovate has our back Signed-off-by: Martyn Ranyard --- apps-kustomized/torrents/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps-kustomized/torrents/deploy.yaml b/apps-kustomized/torrents/deploy.yaml index 4c296a8..0e8f71e 100644 --- a/apps-kustomized/torrents/deploy.yaml +++ b/apps-kustomized/torrents/deploy.yaml @@ -15,7 +15,7 @@ spec: app: qbittorrent spec: initContainers: - - image: ghcr.io/tailscale/tailscale:latest + - image: ghcr.io/tailscale/tailscale:v1.80.3 command: - /bin/sh - -c @@ -82,7 +82,7 @@ spec: # - 100.100.100.100 # initialDelaySeconds: 120 # periodSeconds: 5 - image: ghcr.io/tailscale/tailscale:latest + image: ghcr.io/tailscale/tailscale:v1.80.3 name: ts-sidecar securityContext: runAsGroup: 1000