Files
truecharts/charts/stable/autobrr/values.yaml
T
TrueCharts BotandGitHub 8d8bca6299 chore(helm): update image ghcr.io/autobrr/autobrr v1.66.0 → v1.66.1 (#39286)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr)
| patch | `aaaf582` -> `bf25c5c` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

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

---

### Release Notes

<details>
<summary>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary>

###
[`v1.66.1`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.66.1)

[Compare
Source](https://redirect.github.com/autobrr/autobrr/compare/v1.66.0...v1.66.1)

#### Changelog

##### Bug fixes

-
[`c879266`](https://redirect.github.com/autobrr/autobrr/commit/c87926645594c4bb1e31893d103f02b43428b939):
fix(downloadclient): Test sends keys as redacted if saved
([#&#8203;2184](https://redirect.github.com/autobrr/autobrr/issues/2184))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`ac36e41`](https://redirect.github.com/autobrr/autobrr/commit/ac36e4154bb1496ed7f01dee6eca01c90da68820):
fix(indexers): Test API sends key as redacted if saved
([#&#8203;2183](https://redirect.github.com/autobrr/autobrr/issues/2183))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`7b03158`](https://redirect.github.com/autobrr/autobrr/commit/7b03158fb677d97b93c32989288b34432163c826):
fix(jobs): tmp cleanup user check
([#&#8203;2186](https://redirect.github.com/autobrr/autobrr/issues/2186))
([@&#8203;zze0s](https://redirect.github.com/zze0s))
-
[`e64b82b`](https://redirect.github.com/autobrr/autobrr/commit/e64b82b2b9d371c2801c428a3df07137792935d2):
fix(sessions): database store initialization
([#&#8203;2185](https://redirect.github.com/autobrr/autobrr/issues/2185))
([@&#8203;zze0s](https://redirect.github.com/zze0s))

**Full Changelog**:
<https://github.com/autobrr/autobrr/compare/v1.66.0...v1.66.1>

#### Docker images

- `docker pull ghcr.io/autobrr/autobrr:v1.66.1`

#### What to do next?

- Read the [documentation](https://autobrr.com)
- Join our [Discord server](https://discord.gg/WQ2eUycxyT)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-09-08 14:35:41 +02:00

41 lines
763 B
YAML

image:
repository: ghcr.io/autobrr/autobrr
pullPolicy: IfNotPresent
tag: v1.66.1@sha256:bf25c5c66cb1b8aa60b83932a1b59d2eb88c45edfeb8714e58e4bd1abeee01d1
service:
main:
ports:
main:
protocol: http
port: 7474
autobrr:
# ERROR | DEBUG |INFO | WARN | TRACE
log_level: DEBUG
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
readiness:
type: http
startup:
type: tcp
persistence:
config:
enabled: true
mountPath: /config
autobrr-config:
enabled: true
type: configmap
objectName: autobrr-config
mountPath: /config/config.toml
subPath: config.toml
readOnly: true