chore(deps): update container image ghcr.io/linuxserver/calibre to v7.10.0@f0ea486 by renovate (#19340)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/calibre](https://togithub.com/linuxserver/docker-calibre/packages) ([source](https://togithub.com/linuxserver/docker-calibre)) | minor | `7.6.0` -> `7.10.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
parent
4426a7d6ec
commit
6716a2b40a
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 7.6.0
|
appVersion: 7.10.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 23.0.0
|
version: 23.0.0
|
||||||
|
@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/calibre
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.webp
|
||||||
keywords:
|
keywords:
|
||||||
- calibre
|
- calibre
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
@ -33,4 +33,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre
|
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre
|
||||||
- https://ghcr.io/linuxserver/calibre
|
- https://ghcr.io/linuxserver/calibre
|
||||||
type: application
|
type: application
|
||||||
version: 15.0.5
|
version: 15.1.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/calibre
|
repository: ghcr.io/linuxserver/calibre
|
||||||
tag: 7.6.0@sha256:f0884e529b4453ac182c41cf49f9a151edbb3e94765338d9f684bfce1efa2d8e
|
tag: 7.10.0@sha256:f0ea48698961325a542d00c3894e62f5aec405e1ca2736d6dedec9a0d2df4bbc
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
|
@ -25,6 +25,7 @@ service:
|
||||||
targetPort: 8081
|
targetPort: 8081
|
||||||
ingress:
|
ingress:
|
||||||
webserver:
|
webserver:
|
||||||
|
enabled: false
|
||||||
targetSelector:
|
targetSelector:
|
||||||
webserver: webserver
|
webserver: webserver
|
||||||
workload:
|
workload:
|
||||||
|
|
Loading…
Reference in New Issue