feat(container): update ghcr.io/haveagitgat/tdarr ( 2.67.01 → 2.71.01 )#281
Merged
renovate[bot] merged 1 commit intomainfrom May 4, 2026
Merged
Conversation
e7c35e4 to
ec6a8aa
Compare
ec6a8aa to
799d468
Compare
799d468 to
5fbf789
Compare
--- 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
+ |
--- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.67.01→2.71.01Configuration
📅 Schedule: (in timezone Europe/Lisbon)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.