Files
truecharts/charts/stable/static-web-server/values.yaml
T
TrueCharts Bot 1dbe25313f chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.32.2@7aff682 by renovate (#25123)
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)
| patch | `2.32.1` -> `2.32.2` |

---

> [!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.32.2`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2322---2024-08-13)

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

This new `v2.32.2` release brings several security and bug fixes as well
as other improvements.

**Fixes**

-
[634dd98](https://togithub.com/static-web-server/static-web-server/commit/634dd98)
Bugfix/security dependency updates including tokio, rustls, serde, toml,
zstd, clap and other crates. PR
[#&#8203;472](https://togithub.com/static-web-server/static-web-server/pull/472).
-
[a72c7b3](https://togithub.com/static-web-server/static-web-server/commit/a72c7b3)
Wrong `Content-Encoding` when serving a pre-compressed file if
`compression` and `compression-static` features are enabled. PR
[#&#8203;471](https://togithub.com/static-web-server/static-web-server/pull/471)
fixes
[#&#8203;470](https://togithub.com/static-web-server/static-web-server/issues/470)
reported by [@&#8203;davinkevin](https://togithub.com/davinkevin).
-
[dd48972](https://togithub.com/static-web-server/static-web-server/commit/dd48972)
CLI (regression): Boolean flags without explicit values do not work. PR
[#&#8203;468](https://togithub.com/static-web-server/static-web-server/pull/468)
fixes
[#&#8203;467](https://togithub.com/static-web-server/static-web-server/issues/467)
reported by [@&#8203;stardustman](https://togithub.com/stardustman).
-
[915d040](https://togithub.com/static-web-server/static-web-server/commit/915d040)
Tests: Not able to run tests via Cargo when passing non-SWS arguments.
PR
[#&#8203;466](https://togithub.com/static-web-server/static-web-server/pull/466)
fixes
[#&#8203;465](https://togithub.com/static-web-server/static-web-server/issues/465)
reported by [@&#8203;fpletz](https://togithub.com/fpletz).

**Refactorings**

-
[f228a7a](https://togithub.com/static-web-server/static-web-server/commit/f228a7a)
Misc: Add Make a task for building all development Docker images.

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

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yOC4yIiwidXBkYXRlZEluVmVyIjoiMzguMjguMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-14 14:31:45 +02:00

33 lines
700 B
YAML

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