Files
truecharts/charts/stable/static-web-server/values.yaml
T
TrueCharts Bot 1f1aa3c025 chore(helm): update image ghcr.io/static-web-server/static-web-server 2.37.0 → 2.38.0 (#37851)
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 | `d12a79a` -> `acfb7d7` |

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.38.0`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2380---2025-07-21)

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

This new `v2.38.0` release brings several security and bug fixes and
support for a less-generic `sws.toml` default config file as well as
other improvements.

**Fixes**

- [8c435ad][8c435ad] Bugfix/security dependency updates including tokio,
rustls, serde, toml, async-compression, clap and other crates. PR
[#&#8203;552][552] by [@&#8203;joseluisq][joseluisq]
- [47ce050][47ce050] Update Alpine (`3.20.7`) & Debian (`12.11`) Docker
images. PR [#&#8203;553][553] by [@&#8203;joseluisq][joseluisq]

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

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

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

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

**Features**

- [acd8388][acd8388] Add a less-generic config file `sws.toml` support
as default. PR [#&#8203;551][551] by [@&#8203;davlgd][davlgd].
- **Migration:** The previous default `config.toml` file name will be
supported for a while, but it's recommended to use `sws.toml` instead.

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

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

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-28 14:15:31 +02:00

30 lines
666 B
YAML

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