Skip to content

feat(container)!: Update ghcr.io/linuxserver/calibre ( v7.26.0 → v8.0.1 )#82

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-linuxserver-calibre-8.x
Open

feat(container)!: Update ghcr.io/linuxserver/calibre ( v7.26.0 → v8.0.1 )#82
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-linuxserver-calibre-8.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/linuxserver/calibre (source) major v7.26.0-ls326v8.0.1-ls326

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Lisbon, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@github-actions
Copy link

github-actions bot commented Mar 22, 2025

--- kubernetes/apps/entertainment/calibre/app Kustomization: flux-system/calibre HelmRelease: entertainment/calibre

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

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

     cleanupOnFail: true
     remediation:
       retries: 3
       strategy: rollback
   valuesFrom:
   - kind: ConfigMap
-    name: calibre-helm-values-8gb4595h78
+    name: calibre-helm-values-mh7k45thth
 
--- kubernetes/apps/entertainment/calibre/app Kustomization: flux-system/calibre ConfigMap: entertainment/calibre-helm-values-8gb4595h78

+++ kubernetes/apps/entertainment/calibre/app Kustomization: flux-system/calibre ConfigMap: entertainment/calibre-helm-values-8gb4595h78

@@ -1,136 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |+
-    controllers:
-      app:
-        enabled: true
-        type: deployment
-        replicas: 1
-        pod:
-          hostname: calibre
-          annotations:
-            app.kubernetes.io/name: calibre
-            app.kubernetes.io/instance: calibre
-        containers:
-          app:
-            image:
-              repository: ghcr.io/linuxserver/calibre
-              tag: v7.26.0-ls326
-              pullPolicy: IfNotPresent
-            env:
-              PUID: 1000
-              PGID: 1000
-              TZ: Europe/Lisbon
-            resources:
-              requests:
-                cpu: 15m
-                memory: 100Mi
-              limits:
-                memory: 2Gi
-
-            probes:
-              liveness: &probe
-                enabled: true
-                custom: true
-                spec:
-                  httpGet:
-                    path: /
-                    port: 8080
-                  initialDelaySeconds: 20
-                  periodSeconds: 30
-                  timeoutSeconds: 20
-                  failureThreshold: 5
-              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:
-      app:
-        controller: app
-        ports:
-          http:
-            primary: true
-            port: 8080
-          webserver:
-            enabled: true
-            port: 8081
-
-    route:
-      gui:
-        enabled: true
-        kind: HTTPRoute
-        parentRefs:
-          - name: traefik-private-default
-            namespace: network
-            sectionName: https-wildcard-secret-private-domain
-        hostnames:
-          - "calibre...PLACEHOLDER_SECRET_PRIVATE_DOMAIN.."
-        rules:
-          - backendRefs:
-            - name: calibre
-              port: 8080
-            # filters:
-            #   - type: ExtensionRef
-            #     extensionRef:
-            #       group: traefik.io
-            #       kind: Middleware
-            #       name: authentik
-      webserver:
-        enabled: true
-        kind: HTTPRoute
-        parentRefs:
-          - name: traefik-private-default
-            namespace: network
-            sectionName: https-wildcard-secret-private-domain
-        hostnames:
-          - "calibre-web...PLACEHOLDER_SECRET_PRIVATE_DOMAIN.."
-        rules:
-          - backendRefs:
-            - name: calibre
-              port: 8081
-            # filters:
-            #   - type: ExtensionRef
-            #     extensionRef:
-            #       group: traefik.io
-            #       kind: Middleware
-            #       name: authentik
-
-    persistence:
-      config:
-        enabled: true
-        existingClaim: calibre
-      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: calibre
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: calibre-helm-values-8gb4595h78
-  namespace: entertainment
-
--- kubernetes/apps/entertainment/calibre/app Kustomization: flux-system/calibre ConfigMap: entertainment/calibre-helm-values-mh7k45thth

+++ kubernetes/apps/entertainment/calibre/app Kustomization: flux-system/calibre ConfigMap: entertainment/calibre-helm-values-mh7k45thth

@@ -0,0 +1,136 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |+
+    controllers:
+      app:
+        enabled: true
+        type: deployment
+        replicas: 1
+        pod:
+          hostname: calibre
+          annotations:
+            app.kubernetes.io/name: calibre
+            app.kubernetes.io/instance: calibre
+        containers:
+          app:
+            image:
+              repository: ghcr.io/linuxserver/calibre
+              tag: v8.0.1-ls326
+              pullPolicy: IfNotPresent
+            env:
+              PUID: 1000
+              PGID: 1000
+              TZ: Europe/Lisbon
+            resources:
+              requests:
+                cpu: 15m
+                memory: 100Mi
+              limits:
+                memory: 2Gi
+
+            probes:
+              liveness: &probe
+                enabled: true
+                custom: true
+                spec:
+                  httpGet:
+                    path: /
+                    port: 8080
+                  initialDelaySeconds: 20
+                  periodSeconds: 30
+                  timeoutSeconds: 20
+                  failureThreshold: 5
+              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:
+      app:
+        controller: app
+        ports:
+          http:
+            primary: true
+            port: 8080
+          webserver:
+            enabled: true
+            port: 8081
+
+    route:
+      gui:
+        enabled: true
+        kind: HTTPRoute
+        parentRefs:
+          - name: traefik-private-default
+            namespace: network
+            sectionName: https-wildcard-secret-private-domain
+        hostnames:
+          - "calibre...PLACEHOLDER_SECRET_PRIVATE_DOMAIN.."
+        rules:
+          - backendRefs:
+            - name: calibre
+              port: 8080
+            # filters:
+            #   - type: ExtensionRef
+            #     extensionRef:
+            #       group: traefik.io
+            #       kind: Middleware
+            #       name: authentik
+      webserver:
+        enabled: true
+        kind: HTTPRoute
+        parentRefs:
+          - name: traefik-private-default
+            namespace: network
+            sectionName: https-wildcard-secret-private-domain
+        hostnames:
+          - "calibre-web...PLACEHOLDER_SECRET_PRIVATE_DOMAIN.."
+        rules:
+          - backendRefs:
+            - name: calibre
+              port: 8081
+            # filters:
+            #   - type: ExtensionRef
+            #     extensionRef:
+            #       group: traefik.io
+            #       kind: Middleware
+            #       name: authentik
+
+    persistence:
+      config:
+        enabled: true
+        existingClaim: calibre
+      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: calibre
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: calibre-helm-values-mh7k45thth
+  namespace: entertainment
+

@github-actions
Copy link

github-actions bot commented Mar 22, 2025

--- HelmRelease: entertainment/calibre Deployment: entertainment/calibre

+++ HelmRelease: entertainment/calibre Deployment: entertainment/calibre

@@ -59,13 +59,13 @@

         - name: PGID
           value: '1000'
         - name: PUID
           value: '1000'
         - name: TZ
           value: Europe/Lisbon
-        image: ghcr.io/linuxserver/calibre:v7.26.0-ls326
+        image: ghcr.io/linuxserver/calibre:v8.0.1-ls326
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /
             port: 8080

@eivarin eivarin force-pushed the main branch 7 times, most recently from c50f59c to 908629e Compare March 25, 2025 21:23
@eivarin eivarin force-pushed the main branch 8 times, most recently from f6d04d7 to f246cf3 Compare May 16, 2025 01:07
@eivarin eivarin force-pushed the main branch 9 times, most recently from 8b7d32e to bacd95d Compare June 16, 2025 23:06
@renovate renovate bot force-pushed the renovate/ghcr.io-linuxserver-calibre-8.x branch from 62b3fd5 to ed0aa21 Compare February 12, 2026 14:15
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