Files
truecharts/charts/stable/miniflux/values.yaml
T
TrueCharts BotandGitHub 42199b7630 chore(deps): update container image miniflux/miniflux to v2.0.51@9f3bca6 (#16172)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [miniflux/miniflux](https://miniflux.app)
([source](https://togithub.com/miniflux/v2)) | patch | `2.0.50` ->
`2.0.51` |

---

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

---

### Release Notes

<details>
<summary>miniflux/v2 (miniflux/miniflux)</summary>

###
[`v2.0.51`](https://togithub.com/miniflux/v2/blob/HEAD/ChangeLog#Version-2051-December-13-2023)

[Compare
Source](https://togithub.com/miniflux/v2/compare/2.0.50...2.0.51)

-   Add Omnivore integration
-   Fixes for the regressions introduced in version 2.0.50:
    -   Ensure all HTML documents are encoded in UTF-8
- Send default User-Agent and HTTP caching headers when making HTTP
requests
- Allow Youtube links to be opened outside the `iframe` (avoid
`ERR_BLOCKED_BY_RESPONSE` error)
-   Fix inaccessible metrics endpoint when listening on Unix socket
- Allow renaming and moving feed at the same time in the Google Reader
API
- Log `nb_jobs` only when number of jobs is larger than 0 in background
scheduler
- Deduplicate feed URLs when parsing HTML document during discovery
process
- Calculate a virtual weekly count based on the average updating
frequency (`POLLING_SCHEDULER=entry_frequency`)
- Update GitHub Actions workflow to be able to run the linter and tests
on-demand
-   Add `SCHEDULER_ROUND_ROBIN_MIN_INTERVAL` config option
- Add links to GitHub for the commit hash and the version in the about
page
-   Use "starred" rather than "bookmarked" in English translation
-   Update Chinese (CN & TW) translation
-   Bump `github.com/google/uuid` from `1.4.0` to `1.5.0`
-   Bump `github.com/coreos/go-oidc/v3` from `3.7.0` to `3.9.0`
-   Bump `github.com/tdewolff/minify/v2` from `2.20.6` to `2.20.9`
-   Bump `github.com/go-webauthn/webauthn` from `0.8.6` to `0.9.4`
-   Bump `golang.org/x/oauth2` from `0.14.0` to `0.15.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 14:04:11 +01:00

49 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: miniflux/miniflux
tag: 2.0.51@sha256:9f3bca6a95428c04c8fb54ee723a5f69b9e419b0bf5dfd7a4d70dfb0414d60f1
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