Skip to content

feat(container): update ghcr.io/haveagitgat/tdarr ( 2.67.01 → 2.71.01 )#281

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/ghcr.io-haveagitgat-tdarr-2.x
May 4, 2026
Merged

feat(container): update ghcr.io/haveagitgat/tdarr ( 2.67.01 → 2.71.01 )#281
renovate[bot] merged 1 commit intomainfrom
renovate/ghcr.io-haveagitgat-tdarr-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 11, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/haveagitgat/tdarr minor 2.67.012.71.01

Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/ghcr.io-haveagitgat-tdarr-2.x branch from e7c35e4 to ec6a8aa Compare April 16, 2026 11:42
@renovate renovate Bot changed the title feat(container): update ghcr.io/haveagitgat/tdarr ( 2.67.01 → 2.68.01 ) feat(container): update ghcr.io/haveagitgat/tdarr ( 2.67.01 → 2.69.01 ) Apr 16, 2026
@renovate renovate Bot changed the title feat(container): update ghcr.io/haveagitgat/tdarr ( 2.67.01 → 2.69.01 ) feat(container): update ghcr.io/haveagitgat/tdarr ( 2.67.01 → 2.70.01 ) Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-haveagitgat-tdarr-2.x branch from ec6a8aa to 799d468 Compare April 20, 2026 10:43
@renovate renovate Bot force-pushed the renovate/ghcr.io-haveagitgat-tdarr-2.x branch from 799d468 to 5fbf789 Compare May 4, 2026 02:05
@renovate renovate Bot changed the title feat(container): update ghcr.io/haveagitgat/tdarr ( 2.67.01 → 2.70.01 ) feat(container): update ghcr.io/haveagitgat/tdarr ( 2.67.01 → 2.71.01 ) May 4, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

--- kubernetes/apps/entertainment/tdarr-server/app Kustomization: flux-system/tdarr-server HelmRelease: entertainment/tdarr-server

+++ kubernetes/apps/entertainment/tdarr-server/app Kustomization: flux-system/tdarr-server HelmRelease: entertainment/tdarr-server

@@ -20,8 +20,8 @@

     cleanupOnFail: true
     remediation:
       retries: 3
       strategy: rollback
   valuesFrom:
   - kind: ConfigMap
-    name: tdarr-server-helm-values-hb58hm7ftb
+    name: tdarr-server-helm-values-tf5k77hdc5
 
--- kubernetes/apps/entertainment/tdarr-server/app Kustomization: flux-system/tdarr-server ConfigMap: entertainment/tdarr-server-helm-values-hb58hm7ftb

+++ kubernetes/apps/entertainment/tdarr-server/app Kustomization: flux-system/tdarr-server ConfigMap: entertainment/tdarr-server-helm-values-hb58hm7ftb

@@ -1,125 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |+
-    controllers:
-      app:
-        enabled: true
-        type: deployment
-        replicas: 1
-        pod:
-          hostname: tdarr-server
-          annotations:
-            app.kubernetes.io/name: tdarr-server
-            app.kubernetes.io/instance: tdarr-server
-        containers:
-          app:
-            image:
-              repository: ghcr.io/haveagitgat/tdarr
-              tag: 2.67.01
-              pullPolicy: IfNotPresent
-            env:
-              internalNode: false
-              TZ: Europe/Lisbon
-            resources:
-              requests:
-                cpu: 50m
-                memory: 256Mi
-              limits:
-                memory: 1Gi
-            probes:
-              liveness: &probe
-                enabled: true
-                custom: true
-                spec:
-                  httpGet:
-                    path: /api/v2/status
-                    port: 8265
-                  initialDelaySeconds: 0
-                  periodSeconds: 10
-                  timeoutSeconds: 1
-                  failureThreshold: 3
-              readiness: *probe
-
-
-    defaultPodOptions:
-      affinity:
-        nodeAffinity:
-          preferredDuringSchedulingIgnoredDuringExecution:
-            - weight: 1
-              preference:
-                matchExpressions:
-                  - key: node-priority
-                    operator: In
-                    values:
-                    - "1"
-            - weight: 2
-              preference:
-                matchExpressions:
-                  - key: node-priority
-                    operator: In
-                    values:
-                    - "2"
-
-    service:
-      web:
-        controller: app
-        ports:
-          http:
-            port: 8265
-      lb:
-        controller: app
-        type: LoadBalancer
-        loadBalancerIP: ..PLACEHOLDER_SECRET_TDARR_IP..
-        ports:
-          tdarr-server-port:
-            enabled: true
-            protocol: TCP
-            port: 8266
-
-    route:
-      main:
-        enabled: true
-        kind: HTTPRoute
-        parentRefs:
-          - name: traefik-private-default
-            namespace: network
-            sectionName: https-wildcard-secret-private-domain
-        hostnames:
-          - tdarr...PLACEHOLDER_SECRET_PRIVATE_DOMAIN..
-        rules:
-          - backendRefs:
-            - name: tdarr-server-web
-              port: 8265
-            # filters:
-            #   - type: ExtensionRef
-            #     extensionRef:
-            #       group: traefik.io
-            #       kind: Middleware
-            #       name: authentik
-
-
-    persistence:
-      tdarr-server:
-        existingClaim: tdarr-server
-        globalMounts:
-          - path: /app/configs
-            subPath: config
-          - path: /app/server
-            subPath: server
-      media:
-        enabled: true
-        type: persistentVolumeClaim
-        existingClaim: entertainment-storage-nfs-media
-        globalMounts:
-          - path: /shared/Media
-            readOnly: false
-
-kind: ConfigMap
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: tdarr-server
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: tdarr-server-helm-values-hb58hm7ftb
-  namespace: entertainment
-
--- kubernetes/apps/entertainment/tdarr-server/app Kustomization: flux-system/tdarr-server ConfigMap: entertainment/tdarr-server-helm-values-tf5k77hdc5

+++ kubernetes/apps/entertainment/tdarr-server/app Kustomization: flux-system/tdarr-server ConfigMap: entertainment/tdarr-server-helm-values-tf5k77hdc5

@@ -0,0 +1,125 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |+
+    controllers:
+      app:
+        enabled: true
+        type: deployment
+        replicas: 1
+        pod:
+          hostname: tdarr-server
+          annotations:
+            app.kubernetes.io/name: tdarr-server
+            app.kubernetes.io/instance: tdarr-server
+        containers:
+          app:
+            image:
+              repository: ghcr.io/haveagitgat/tdarr
+              tag: 2.71.01
+              pullPolicy: IfNotPresent
+            env:
+              internalNode: false
+              TZ: Europe/Lisbon
+            resources:
+              requests:
+                cpu: 50m
+                memory: 256Mi
+              limits:
+                memory: 1Gi
+            probes:
+              liveness: &probe
+                enabled: true
+                custom: true
+                spec:
+                  httpGet:
+                    path: /api/v2/status
+                    port: 8265
+                  initialDelaySeconds: 0
+                  periodSeconds: 10
+                  timeoutSeconds: 1
+                  failureThreshold: 3
+              readiness: *probe
+
+
+    defaultPodOptions:
+      affinity:
+        nodeAffinity:
+          preferredDuringSchedulingIgnoredDuringExecution:
+            - weight: 1
+              preference:
+                matchExpressions:
+                  - key: node-priority
+                    operator: In
+                    values:
+                    - "1"
+            - weight: 2
+              preference:
+                matchExpressions:
+                  - key: node-priority
+                    operator: In
+                    values:
+                    - "2"
+
+    service:
+      web:
+        controller: app
+        ports:
+          http:
+            port: 8265
+      lb:
+        controller: app
+        type: LoadBalancer
+        loadBalancerIP: ..PLACEHOLDER_SECRET_TDARR_IP..
+        ports:
+          tdarr-server-port:
+            enabled: true
+            protocol: TCP
+            port: 8266
+
+    route:
+      main:
+        enabled: true
+        kind: HTTPRoute
+        parentRefs:
+          - name: traefik-private-default
+            namespace: network
+            sectionName: https-wildcard-secret-private-domain
+        hostnames:
+          - tdarr...PLACEHOLDER_SECRET_PRIVATE_DOMAIN..
+        rules:
+          - backendRefs:
+            - name: tdarr-server-web
+              port: 8265
+            # filters:
+            #   - type: ExtensionRef
+            #     extensionRef:
+            #       group: traefik.io
+            #       kind: Middleware
+            #       name: authentik
+
+
+    persistence:
+      tdarr-server:
+        existingClaim: tdarr-server
+        globalMounts:
+          - path: /app/configs
+            subPath: config
+          - path: /app/server
+            subPath: server
+      media:
+        enabled: true
+        type: persistentVolumeClaim
+        existingClaim: entertainment-storage-nfs-media
+        globalMounts:
+          - path: /shared/Media
+            readOnly: false
+
+kind: ConfigMap
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: tdarr-server
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: tdarr-server-helm-values-tf5k77hdc5
+  namespace: entertainment
+

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

--- HelmRelease: entertainment/tdarr-server Deployment: entertainment/tdarr-server

+++ HelmRelease: entertainment/tdarr-server Deployment: entertainment/tdarr-server

@@ -57,13 +57,13 @@

       containers:
       - env:
         - name: TZ
           value: Europe/Lisbon
         - name: internalNode
           value: 'false'
-        image: ghcr.io/haveagitgat/tdarr:2.67.01
+        image: ghcr.io/haveagitgat/tdarr:2.71.01
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /api/v2/status
             port: 8265

@renovate renovate Bot merged commit 409ccee into main May 4, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/ghcr.io-haveagitgat-tdarr-2.x branch May 4, 2026 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants