Files
truecharts/charts/stable/static-web-server/values.yaml
TrueCharts Bot fc89ac2ddc chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.25.0@e7ef410 by renovate (#17695)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/static-web-server/static-web-server](https://togithub.com/static-web-server/static-web-server)
| minor | `2.24.2` -> `2.25.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.25.0`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2250---2024-01-23)

[Compare
Source](https://togithub.com/static-web-server/static-web-server/compare/v2.24.2...v2.25.0)

This new `v2.25.0` release brings several dependency security updates
and bug fixes. An optional `Host` URI support for the URL Redirects
feature, a bug fix when capturing a Glob pattern using brace expansion
for URL Rewrites/Redirects as well as other improvements.

**Fixes**

-
[477ed00](https://togithub.com/static-web-server/static-web-server/commit/477ed00)
Bugfix/security dependency updates including rustls, h2, regex, chrono,
libc, async-compression, serde and other crates. Also
[32e86aa](https://togithub.com/static-web-server/static-web-server/commit/32e86aa)
-
[42f52e8](https://togithub.com/static-web-server/static-web-server/commit/42f52e8)
Fix wrong Glob brace expansion capture in URL Rewrites/Redirects. PR
[#&#8203;304](https://togithub.com/static-web-server/static-web-server/pull/304).
-
[9f2a4f0](https://togithub.com/static-web-server/static-web-server/commit/9f2a4f0)
Docker: Alpine 3.18.5 update.

**Features**

-
[8c6ab53](https://togithub.com/static-web-server/static-web-server/commit/8c6ab53)
Optional `Host` URI support for the URL Redirects feature. PR
[#&#8203;301](https://togithub.com/static-web-server/static-web-server/pull/301).
This will allow users for example to perform www to non-www redirects or
vice versa. See
[docs](https://static-web-server.net/features/url-redirects/#host).

**Refactorings**

-
[83e4277](https://togithub.com/static-web-server/static-web-server/commit/83e4277)
Migrate TLS module to use `tokio-rustls` 0.25. PR
[#&#8203;303](https://togithub.com/static-web-server/static-web-server/pull/303).
-
[1bbc703](https://togithub.com/static-web-server/static-web-server/commit/1bbc703)
CI: Cache Rust toolchain and Cargo directories for CI devel workflow. PR
[#&#8203;300](https://togithub.com/static-web-server/static-web-server/pull/300).
-
[67a2403](https://togithub.com/static-web-server/static-web-server/commit/67a2403)
CI: Prefer `cross` precompiled binary on CI devel workflow.
-
[ef9876a](https://togithub.com/static-web-server/static-web-server/commit/ef9876a)
CI: Prefer `cross` precompiled binary on CI release workflow.

**Docs**

-
[3076d08](https://togithub.com/static-web-server/static-web-server/commit/3076d08)
Optional `Host` uri support for URL Redirects feature. See
[docs](https://static-web-server.net/features/url-redirects/#host).
-
[dedefc5](https://togithub.com/static-web-server/static-web-server/commit/dedefc5)
Fix a few page typos.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:58:48 +01:00

33 lines
700 B
YAML

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