tdarr: fix upgrade regex (#2583)

Tdarr has sometimes used 4 version segments and suffixed `_ffmpeg5` on image tags.
This commit is contained in:
Ryan S
2024-06-20 07:52:19 -05:00
committed by GitHub
parent 9e5bee61df
commit eeeaed80a6
3 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@ description: Tdarr is a Distributed Transcoding System
annotations:
title: Tdarr
type: application
version: 1.2.3
version: 1.2.4
apiVersion: v2
appVersion: '2.17.01'
appVersion: 2.17.01
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas

View File

@@ -7,7 +7,7 @@ from catalog_update.upgrade_strategy import semantic_versioning
# Drop _ffmpeg5 after Cobia is released for a while
RE_STABLE_VERSION = re.compile(r'[0-9]+\.[0-9]+\.[0-9]+_ffmpeg5')
RE_STABLE_VERSION = re.compile(r'[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?(_ffmpeg5)?')
STRIP_TEXT = '_ffmpeg5'

View File

@@ -1,7 +1,7 @@
image:
repository: haveagitgat/tdarr
pullPolicy: IfNotPresent
tag: '2.17.01'
tag: 2.17.01
resources:
limits: