Files
truecharts/charts/stable/static-web-server/values.yaml
T
TrueCharts Bot fc6fbe49a2 chore(helm): update image ghcr.io/static-web-server/static-web-server 2.40.0 → 2.40.1 (#42559)
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)
| patch | `71690a0` -> `63528bf` |

---

> [!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.1`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2401---2025-12-08)

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

This new `v2.40.1` release brings important security bug fixes for users
serving directories with symbilic links (*symlinks*) as well as other
minor improvements.

We encourage users to update as soon as possible.
More details about the fixed security issue will be provided in the next
hours.

**Fixes**

- [9b7297c][9b7297c] Update dependencies like async-compression, log,
libc and others. [#&#8203;599][599] by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]
- [308f0d2][308f0d2] Fix incorrect symbolic link handling by
\[[@&#8203;joseluisq](https://redirect.github.com/joseluisq)]\[joseluisq]

[9b7297c]:
http-s://github.com/static-web-server/static-web-server/commit/9b7297c

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

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

**Refactorings**

- [ce3a51c][ce3a51c] CI: Dedicated workflow for project documentation
checks. [#&#8203;596][596] by [@&#8203;mschoettle][mschoettle]
- [dd43d06][dd43d06] Misc: Markdown format check support for project
documentation. [#&#8203;597][597] by [@&#8203;mschoettle][mschoettle]

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

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

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

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

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

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

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

[v2401-milestone]:
https://redirect.github.com/static-web-server/static-web-server/milestone/35?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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-12-08 06:00:18 +01:00

30 lines
666 B
YAML

image:
repository: ghcr.io/static-web-server/static-web-server
pullPolicy: IfNotPresent
tag: 2.40.1@sha256:63528bfba5d86b00572e23b4e44ed0f7a791f931df650125156d0c24f7a8f877
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"