Files
truecharts/charts/stable/miniflux/values.yaml
T
TrueCharts BotandGitHub edc6b3eb97 chore(helm): update image docker.io/miniflux/miniflux 2.2.2 → 2.2.3 (#29118)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/miniflux/miniflux](https://miniflux.app)
([source](https://redirect.github.com/miniflux/v2)) | patch | `7d3e21d`
-> `e219530` |

---

> [!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>miniflux/v2 (docker.io/miniflux/miniflux)</summary>

###
[`v2.2.3`](https://redirect.github.com/miniflux/v2/blob/HEAD/ChangeLog#Version-223-November-10-2024)

[Compare
Source](https://redirect.github.com/miniflux/v2/compare/2.2.2...2.2.3)

-   fix: unable to change password due to a typo in SQL parameter
- fix: show only one player when there are several audio/video
enclosures
- feat(mediaproxy): pass original filename in `Content-Disposition`
header
- feat(mediaproxy): implement referer spoofing for restricted media
resources
- feat(integration): update Shiori integration to use new API endpoints
for login/bookmark
-   build(deps): bump `golang.org/x/text` from `0.19.0` to `0.20.0`
-   build(deps): bump `golang.org/x/term` from `0.25.0` to `0.26.0`
-   build(deps): bump `golang.org/x/oauth2` from `0.23.0` to `0.24.0`
-   build(deps): bump `golang.org/x/net` from `0.30.0` to `0.31.0`
-   build(deps): bump `golang.org/x/crypto` from `0.28.0` to `0.29.0`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-11 05:40:40 +01:00

49 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: docker.io/miniflux/miniflux
tag: 2.2.3@sha256:e21953092096579daaad39ba69729f01b08380b03bae4544a943f549c8e11a67
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
cnpg:
main:
enabled: true
database: miniflux
user: miniflux
service:
main:
ports:
main:
port: 10091
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
env:
CREATE_ADMIN: 1
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: std
RUN_MIGRATIONS: 1
ADMIN_PASSWORD: changeme
ADMIN_USERNAME: admin
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3
httpGet:
path: /healthcheck
port: 8080
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 1