Skip to content

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

Merged
eivarin merged 1 commit intomainfrom
renovate/ghcr.io-linuxserver-calibre-8.x
Apr 2, 2026
Merged

feat(container)!: Update ghcr.io/linuxserver/calibre ( v7.26.0 → v8.0.1 )#82
eivarin merged 1 commit intomainfrom
renovate/ghcr.io-linuxserver-calibre-8.x

Conversation

@renovate
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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
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.

1 participant