Files
truecharts/charts/stable/static-web-server/values.yaml
T
TrueCharts Bot d5411a4839 chore(helm): update image ghcr.io/static-web-server/static-web-server 2.39.0 → 2.40.0 (#42298)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/static-web-server/static-web-server](https://redirect.github.com/static-web-server/static-web-server)
| minor | `97e5801` -> `71690a0` |

---

> [!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>static-web-server/static-web-server
(ghcr.io/static-web-server/static-web-server)</summary>

###
[`v2.40.0`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2400---2025-11-30)

[Compare
Source](https://redirect.github.com/static-web-server/static-web-server/compare/v2.39.0...v2.40.0)

This new `v2.40.0` release brings important security bug fixes,
performance, resource and binary size optimizations, rootless Debian and
Alpine Docker images, content negotiation for Markdown files support and
other enhancements.

For more details about the changes, take a look at the corresponding PR
and documentation links.

**Fixes**

- [55562a1][55562a1] Update dependencies like rustls, tracing,
async-compression, clap, bytes and others. [#&#8203;582][582],
[#&#8203;589][589] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [0fedeb3][0fedeb3] library: Crate documentation issues.
[#&#8203;583][583] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]

[55562a1]:
https://redirect.github.com/static-web-server/static-web-server/commit/55562a1

[0fedeb3]:
https://redirect.github.com/static-web-server/static-web-server/commit/0fedeb3

[582]:
https://redirect.github.com/static-web-server/static-web-server/pull/582

[583]:
https://redirect.github.com/static-web-server/static-web-server/pull/583

[589]:
https://redirect.github.com/static-web-server/static-web-server/pull/589

**Features**

- [ee4b049][ee4b049] Add `armv7-unknown-linux-gnueabihf` target.
[#&#8203;586][586] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [2c25d82][2c25d82] Content negotiation for Markdown files via `Accept`
header. [#&#8203;577][577] by [@&#8203;davlgd][davlgd], see
[docs](https://static-web-server.net/features/markdown-content-negotiation/)
- [326abbe][326abbe] library: Add `exit_on_error` option to
`Server::run_server_on_rt` function to control server termination.
[#&#8203;578][578] by [@&#8203;frnsys][frnsys]

[ee4b049]:
https://redirect.github.com/static-web-server/static-web-server/commit/ee4b049

[326abbe]:
https://redirect.github.com/static-web-server/static-web-server/commit/326abbe

[2c25d82]:
https://redirect.github.com/static-web-server/static-web-server/commit/2c25d82

[586]:
https://redirect.github.com/static-web-server/static-web-server/pull/586

[578]:
https://redirect.github.com/static-web-server/static-web-server/pull/578

[577]:
https://redirect.github.com/static-web-server/static-web-server/pull/577

**Refactorings**

- [c66c791][c66c791] Docker: Prefer dynamically-linked binaries for
Debian Docker images, which reduces container's memory usage
significantly. [#&#8203;588][588] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [557363e][557363e] Replace `regex` crate with `regex-lite` to reduce
binary size. [#&#8203;581][581] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [afddfd6][afddfd6] Drop `jemalloc` in favor of `mimalloc` for *MUSL*
targets, which reduces statically-linked binary's memory usage.
[#&#8203;587][587] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [b234984][b234984] Docker: Rootless *Debian* and *Alpine* Docker
images, which reduces the attack surface and improves security.
[#&#8203;567][567] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq],
see [docs](https://static-web-server.net/features/docker/#rootless)
- [d48da4c][d48da4c] Simplify public directory for Docker image and
default error pages, which improves the default index and error pages'
responsiveness in the browser. [#&#8203;579][579] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [ce5b4fab][ce5b4fab] Drop `lazy_static` and prefer fixed text mime
types for dynamic compression. [#&#8203;580][580] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [ea9f43f][ea9f43f] CI: Move *perfcheck* workflow behind a PR comment
trigger. [#&#8203;584][584] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]

[c66c791]:
https://redirect.github.com/static-web-server/static-web-server/commit/c66c791

[afddfd6]:
https://redirect.github.com/static-web-server/static-web-server/commit/afddfd6

[ea9f43f]:
https://redirect.github.com/static-web-server/static-web-server/commit/ea9f43f

[557363e]:
https://redirect.github.com/static-web-server/static-web-server/commit/557363e

[ce5b4fab]:
https://redirect.github.com/static-web-server/static-web-server/commit/ce5b4fab

[b234984]:
https://redirect.github.com/static-web-server/static-web-server/commit/b234984

[d48da4c]:
https://redirect.github.com/static-web-server/static-web-server/commit/d48da4c

[588]:
https://redirect.github.com/static-web-server/static-web-server/pull/588

[587]:
https://redirect.github.com/static-web-server/static-web-server/pull/587

[584]:
https://redirect.github.com/static-web-server/static-web-server/pull/584

[581]:
https://redirect.github.com/static-web-server/static-web-server/pull/581

[580]:
https://redirect.github.com/static-web-server/static-web-server/pull/580

[567]:
https://redirect.github.com/static-web-server/static-web-server/pull/567

[579]:
https://redirect.github.com/static-web-server/static-web-server/pull/579

[davlgd]: https://redirect.github.com/davlgd

[frnsys]: https://redirect.github.com/frnsys

For more details see the [v2.40.0 milestone][v2400-milestone] and the
full changelog [v2.39.0...v2.40.0][v2400-diff].

[v2400-diff]:
https://redirect.github.com/static-web-server/static-web-server/compare/v2.39.0...v2.40.0

[v2400-milestone]:
https://redirect.github.com/static-web-server/static-web-server/milestone/34?closed=1

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-12-01 01:46:17 +01:00

30 lines
666 B
YAML

image:
repository: ghcr.io/static-web-server/static-web-server
pullPolicy: IfNotPresent
tag: 2.40.0@sha256:71690a05c211134d93824324c520bbc2a3db9ef8dc71121969635e9c8a5e5070
service:
main:
ports:
main:
protocol: http
port: 38080
workload:
main:
podSpec:
containers:
main:
env:
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
SERVER_ROOT: "/public"
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
persistence:
config:
enabled: true
mountPath: "/public"