feat(container)!: Update ghcr.io/linuxserver/calibre ( v7.26.0 → v8.0.1 )#82
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(container)!: Update ghcr.io/linuxserver/calibre ( v7.26.0 → v8.0.1 )#82renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
--- 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
+ |
--- 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 |
c50f59c to
908629e
Compare
f6d04d7 to
f246cf3
Compare
8b7d32e to
bacd95d
Compare
d678f69 to
3ea87e7
Compare
1 task
This was referenced Jan 21, 2026
c5b7826 to
62b3fd5
Compare
85317f0 to
5e3f9b4
Compare
62b3fd5 to
ed0aa21
Compare
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:
v7.26.0-ls326→v8.0.1-ls326Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.