Files
truecharts/charts/stable/static-web-server/values.yaml
T
TrueCharts Bot 702431a962 chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.33.0@04def7e by renovate (#26601)
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 | `2.32.2` -> `2.33.0` |

---

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

---

### Release Notes

<details>
<summary>static-web-server/static-web-server
(ghcr.io/static-web-server/static-web-server)</summary>

###
[`v2.33.0`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2330---2024-09-17)

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

This new `v2.33.0` release brings several security and bug fixes. New
features like experimental in-memory files cache with eviction policy
support, new subcomand to generate man pages and shell completions as
well as other improvements.

Note that experimental features are subject to change in future
releases. Feel free to give it a try and let us know your feedback.

**Fixes**

-
[e25b586](https://redirect.github.com/static-web-server/static-web-server/commit/e25b586)
Bugfix/security dependency updates including tokio, rustls, serde, toml,
once_cell, flate2, clap and other crates. PR
[#&#8203;479](https://redirect.github.com/static-web-server/static-web-server/pull/479).
-
[a3d40b8](https://redirect.github.com/static-web-server/static-web-server/commit/a3d40b8)
Crate: Issues when building SWS without default features. PR
[#&#8203;480](https://redirect.github.com/static-web-server/static-web-server/pull/480).
-
[6bb6138](https://redirect.github.com/static-web-server/static-web-server/commit/6bb6138)
Docker: Update Alpine (`3.18.9`) and Debian (`12.7`) Docker images. PR
[#&#8203;478](https://redirect.github.com/static-web-server/static-web-server/pull/478).

**Features**

-
[5bdfcd4](https://redirect.github.com/static-web-server/static-web-server/commit/5bdfcd4)
Advanced: Experimental in-memory files cache with eviction policy
support via a new advanced config option. See PR
[#&#8203;328](https://redirect.github.com/static-web-server/static-web-server/pull/328)
description for usage and details.
-
[ec85abd](https://redirect.github.com/static-web-server/static-web-server/commit/ec85abd)
Crate: Add in-memory files cache to the `experimental` Cargo feature.
See PR
[#&#8203;482](https://redirect.github.com/static-web-server/static-web-server/pull/482)
description for more details.
- **MSRV update**: Note that due to this change, the SWS's *Minimum
Supported Rust Version* is now `1.76.0` when building from source or
using it as a library. See
[docs](https://static-web-server.net/building-from-source/).
-
[d567b4e](https://redirect.github.com/static-web-server/static-web-server/commit/d567b4e)
CLI: Support for generating man pages and shell completions via new
`generate` subcomand. PR
[#&#8203;475](https://redirect.github.com/static-web-server/static-web-server/pull/475)
by [@&#8203;jcgruenhage](https://redirect.github.com/jcgruenhage). See
[docs](https://static-web-server.net/features/man-pages-completions/).

For more details see the [v2.33.0
milestone](https://redirect.github.com/static-web-server/static-web-server/milestone/23?closed=1)
and the full changelog
[v2.32.2...v2.33.0](https://redirect.github.com/static-web-server/static-web-server/compare/v2.32.2...v2.33.0).

**Acknowledgments**

Thanks to our new donor
[@&#8203;ramkumarkb](https://redirect.github.com/ramkumarkb) for
supporting the project.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguODYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-18 02:44:40 +02:00

33 lines
700 B
YAML

image:
repository: ghcr.io/static-web-server/static-web-server
pullPolicy: IfNotPresent
tag: 2.33.0@sha256:04def7ef00cfb0dd7fb869e68a76140ce79cc607f0d5773b873c8d69d4f6fdbf
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"
portal:
open:
enabled: true