b393510984
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.0` -> `2.32.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.32.1`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2321---2024-07-20) [Compare Source](https://togithub.com/static-web-server/static-web-server/compare/v2.32.0...v2.32.1) This new `v2.32.1` release brings several security and bug fixes as well as other improvements. **Fixes** - [cfa3567](https://togithub.com/static-web-server/static-web-server/commit/cfa3567) Bugfix/security dependency updates including hyper, tokio, rustls, jemallocator, url, zstd, toml, mime_guess and other crates. PR [#​463](https://togithub.com/static-web-server/static-web-server/pull/463). - [87ce30d](https://togithub.com/static-web-server/static-web-server/commit/87ce30d) Docker: Update Debian Docker images to 12.6. PR [#​461](https://togithub.com/static-web-server/static-web-server/pull/461). - [057239d](https://togithub.com/static-web-server/static-web-server/commit/057239d) Docker: Update Alpine Docker images to 3.18.7. PR [#​459](https://togithub.com/static-web-server/static-web-server/pull/459). **Refactorings** - [b3fad98](https://togithub.com/static-web-server/static-web-server/commit/b3fad98) CI: Remove deprecated bors and improve devel workflow. PR [#​458](https://togithub.com/static-web-server/static-web-server/pull/458). - [e64076c](https://togithub.com/static-web-server/static-web-server/commit/e64076c) CI: Improve typos workflow configuration. PR [#​456](https://togithub.com/static-web-server/static-web-server/pull/456) by [@​szepeviktor](https://togithub.com/szepeviktor). - [4c805d6](https://togithub.com/static-web-server/static-web-server/commit/4c805d6) Remove some redundant async function signatures. PR [#​457](https://togithub.com/static-web-server/static-web-server/pull/457). **Docs** - [25b1b1c](https://togithub.com/static-web-server/static-web-server/commit/25b1b1c) Improve feature, versioning pages and remove dead links. PR [#​460](https://togithub.com/static-web-server/static-web-server/pull/460). For more details see the [v2.32.1 milestone](https://togithub.com/static-web-server/static-web-server/milestone/21?closed=1) and the full changelog [v2.32.0...v2.32.1](https://togithub.com/static-web-server/static-web-server/compare/v2.32.0...v2.32.1). </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
33 lines
700 B
YAML
33 lines
700 B
YAML
image:
|
|
repository: ghcr.io/static-web-server/static-web-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.32.1@sha256:eca0750cadcb387f57eec11c7ac9ec2c59338fc91a6faebb1732244f8b17493d
|
|
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
|