Files
truecharts/charts/stable/static-web-server/values.yaml
T
TrueCharts BotandGitHub 23670cb732 chore(helm): update image ghcr.io/static-web-server/static-web-server 2.35.0 → 2.36.0 (#31899)
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 | `96a8869` -> `cd05aeb` |

---

> [!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.36.0`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2360---2025-02-10)

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

This new `v2.36.0` release brings several security and bug fixes. A
bugfix for the trailing slash redirect, new feature to log from the
`X-Real-IP` header as well as other improvements.

**Fixes**

-
[aadca81](https://redirect.github.com/static-web-server/static-web-server/commit/aadca81)
Bugfix/security dependency updates including httparse, rustls, clap,
bcrypt, maud, bytes and other crates. PR
[#&#8203;524](https://redirect.github.com/static-web-server/static-web-server/pull/524).
-
[99aa74d](https://redirect.github.com/static-web-server/static-web-server/commit/99aa74d)
Docker: Update Alpine (3.19.6) and Debian (12.9) Docker images. PR
[#&#8203;518](https://redirect.github.com/static-web-server/static-web-server/pull/518).
-
[a639039](https://redirect.github.com/static-web-server/static-web-server/commit/a639039)
Add missing query string to the URI trailing slash redirect. PR
[#&#8203;523](https://redirect.github.com/static-web-server/static-web-server/pull/523).

**Features**

-
[134db39](https://redirect.github.com/static-web-server/static-web-server/commit/134db39)
Log from `X-Real-IP` header via new `--log-x-real-ip` option. PR
[#&#8203;521](https://redirect.github.com/static-web-server/static-web-server/pull/521)
by [@&#8203;dctaf](https://redirect.github.com/dctaf). See
[docs](https://static-web-server.net/features/logging/#logging-client-ip-from-x-real-ip-header).

**Refactorings**

-
[8fa9cda](https://redirect.github.com/static-web-server/static-web-server/commit/8fa9cda)
Improve fallback page path checking and logging. PR
[#&#8203;522](https://redirect.github.com/static-web-server/static-web-server/pull/522).
-
[0053d74](https://redirect.github.com/static-web-server/static-web-server/commit/0053d74)
CI: Improve post release updates workflow. PR
[#&#8203;525](https://redirect.github.com/static-web-server/static-web-server/pull/525).

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-11 01:32:04 +01:00

33 lines
700 B
YAML

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