60cab0def2
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.31.0` -> `2.31.1` | --- > [!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.31.1`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2311---2024-05-21) [Compare Source](https://togithub.com/static-web-server/static-web-server/compare/v2.31.0...v2.31.1) This new `v2.31.1` release fixes an issue when running the SWS Linux ARM64 Musl binary on systems with greater memory page sizes than 4KB and re-enables build support for the legacy Windows 7 dropped by the previous release. **Fixes** - [c5f851f](https://togithub.com/static-web-server/static-web-server/commit/c5f851f) Bugfix/security dependency updates. - [adaddde](https://togithub.com/static-web-server/static-web-server/commit/adaddde) Jemalloc unsupported system page size in Linux ARM64 Musl. PR [#​446](https://togithub.com/static-web-server/static-web-server/pull/446). - [1763623](https://togithub.com/static-web-server/static-web-server/commit/1763623) Lib: Cargo `publish` issue due to missing `build.rs` file include. **Refactorings** - [5f116d](https://togithub.com/static-web-server/static-web-server/commit/5f116d) Re-enable Windows 7 build support. PR [#​446](https://togithub.com/static-web-server/static-web-server/pull/446).<br> The following Windows targets will build now using Rust `1.77.2` rather than the latest stable version, except `aarch64-pc-windows-msvc` (a.k.a. Windows ARM64): - `x86_64-pc-windows-msvc` - `i686-pc-windows-msvc` - `x86_64-pc-windows-gnu` </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
33 lines
700 B
YAML
33 lines
700 B
YAML
image:
|
|
repository: ghcr.io/static-web-server/static-web-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.31.1@sha256:5c8267a1661fb04028b265ce1524d60d413cefa73bcad505f04c1dfe0ad1560e
|
|
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
|