Files
truecharts/charts/stable/prowlarr/values.yaml
T
TrueCharts BotandGitHub 2e1f12f7f3 chore(helm): update image ghcr.io/home-operations/prowlarr 1.34.0.5016 → 1.34.1.5021 (#34611)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/prowlarr](https://ghcr.io/home-operations/prowlarr)
([source](https://redirect.github.com/Prowlarr/Prowlarr)) | patch |
`a32029d` -> `8194af3` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Prowlarr/Prowlarr (ghcr.io/home-operations/prowlarr)</summary>

###
[`v1.34.1.5021`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.34.1.5021):
1.34.1.5021

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.34.0.5016...v1.34.1.5021)

*To receive further updates for a non-docker installation, please change
the branch to **master**. (Settings -> General (Show Advanced Settings)
-> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`0322d70`](https://redirect.github.com/Prowlarr/Prowlarr/commit/0322d70d6342af8437257986e5c2666564625e6c)
Fixed: Handle 307 and 308 redirects for indexer download requests
-
[`362f3fe`](https://redirect.github.com/Prowlarr/Prowlarr/commit/362f3fe22382220ec1478c8f2eef4c6a0e847d63)
Bump version to 1.34.1
-
[`075fd24`](https://redirect.github.com/Prowlarr/Prowlarr/commit/075fd24f96b7759b6459529a1c252f2e62aa5132)
Downgrade Microsoft.AspNetCore.WebUtilities
-
[`4ba72ea`](https://redirect.github.com/Prowlarr/Prowlarr/commit/4ba72ea7f3e00cd63e1265e1e35ffc25b7d8f3dc)
Bump Swashbuckle to 7.3.2
-
[`46f73c5`](https://redirect.github.com/Prowlarr/Prowlarr/commit/46f73c51bb4402094d31d8c71c0a964252e2bedf)
Bump IPAddressRange, Npgsql, System.Text.Json
-
[`3287d45`](https://redirect.github.com/Prowlarr/Prowlarr/commit/3287d45661bdbb392777c53f5395a45c8cb28ef9)
Update timezone offset for AvistaZ trackers
-
[`71937fa`](https://redirect.github.com/Prowlarr/Prowlarr/commit/71937fa44c71d51a7262edaf92ad7e76f85638c4)
Update timezone offset for FL
-
[`6aefd46`](https://redirect.github.com/Prowlarr/Prowlarr/commit/6aefd46cd45544c7509c221b7395bb569fc2720a)
Fixed: (SecretCinema) Edition not being decoded
-
[`c8370c9`](https://redirect.github.com/Prowlarr/Prowlarr/commit/c8370c9e00a545ab6b713dae486fd8e1721aaa28)
Bump version to 1.34.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=184&\_a=release-summary).

</details>

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-21 02:34:20 +02:00

108 lines
3.2 KiB
YAML

image:
repository: ghcr.io/home-operations/prowlarr
tag: 1.34.1.5021@sha256:8194af3c8a4fa4e6605d51c6ace4b8a40e199897a1dbf6f770c2a05970a8ba87
pullPolicy: IfNotPresent
exportarrImage:
repository: ghcr.io/onedr0p/exportarr
pullPolicy: IfNotPresent
tag: v2.2.0@sha256:320b0ea7399f4b9af4741dcdddd7d40c05c36b0359679305d8a54df4e97065df
securityContext:
container:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 9696
metrics:
enabled: "{{ .Values.metrics.main.enabled }}"
type: ClusterIP
ports:
metrics:
enabled: true
port: 9697
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: /ping
readiness:
path: /ping
startup:
type: tcp
env:
PROWLARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
# External | Basic | Forms
PROWLARR__AUTH__METHOD: ""
# DisabledForLocalAddresses | Enabled
PROWLARR__AUTH__REQUIRED: DisabledForLocalAddresses
# PROWLARR__APP__THEME: dark
# PROWLARR__APP__INSTANCENAME: Prowlarr
# PROWLARR__LOG__LEVEL: info
# PROWLARR__UPDATE__BRANCH: develop
exportarr:
enabled: "{{ .Values.metrics.main.enabled }}"
imageSelector: exportarrImage
args:
- prowlarr
probes:
liveness:
enabled: true
type: http
path: /healthz
port: "{{ .Values.service.metrics.ports.metrics.port }}"
readiness:
enabled: true
type: http
path: /healthz
port: "{{ .Values.service.metrics.ports.metrics.port }}"
startup:
enabled: true
type: http
path: /healthz
port: "{{ .Values.service.metrics.ports.metrics.port }}"
env:
INTERFACE: 0.0.0.0
PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
# additional metrics (slow)
# ENABLE_ADDITIONAL_METRICS: false
# enable gathering unknown queue items
# ENABLE_UNKNOWN_QUEUE_ITEMS: false
# enable backfill of historical metrics
# PROWLARR__BACKFILL: false
# Set a date from which to start the backfill
# PROWLARR__BACKFILL_SINCE_DATE: 1970-01-01
CONFIG: "/config/config.xml"
persistence:
config:
enabled: true
targetSelector:
main:
main:
mountPath: /config
exportarr:
mountPath: /config
readOnly: true
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: "1"
data:
prowlarr.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
metrics:
main:
enabled: true
type: "servicemonitor"
endpoints:
- port: metrics
path: /metrics
targetSelector: metrics
prometheusRule:
enabled: false