36193689d0
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) | patch | `04def7e` -> `472f3f8` | --- > [!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.33.1`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2331---2024-11-02) [Compare Source](https://redirect.github.com/static-web-server/static-web-server/compare/v2.33.0...v2.33.1) This new `v2.33.1` release brings several security and bug fixes as well as other minor improvements. **Fixes** - [93479ba](https://redirect.github.com/static-web-server/static-web-server/commit/93479ba) Bugfix/security dependency updates including hyper, tokio, httparse, rustls, regex, once_cell, flate2, async-compression and other crates. PR [#​490](https://redirect.github.com/static-web-server/static-web-server/pull/490). **Refactorings** - [de8482d](https://redirect.github.com/static-web-server/static-web-server/commit/de8482d) Do not set `Last-Modified` header if mtime is Unix epoch. PR [#​488](https://redirect.github.com/static-web-server/static-web-server/pull/488) by [@​akhilles](https://redirect.github.com/akhilles). **Docs** - [30a6409](https://redirect.github.com/static-web-server/static-web-server/commit/30a6409) Minor tweaks to `man-pages-completions.md` page. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuMiIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
33 lines
700 B
YAML
33 lines
700 B
YAML
image:
|
|
repository: ghcr.io/static-web-server/static-web-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.33.1@sha256:472f3f8669ac9ccd0231250bcf30343303302cf618c969f581a96bb8fd54a63b
|
|
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
|