Files
TrueCharts Bot 9fe0ccdb8e chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.27.0@30764cf by renovate (#18416)
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)
| minor | `2.26.0` -> `2.27.0` |

---

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

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

This new `v2.27.0` release brings a few dependency updates and bug
fixes. Two new Cargo feature flags and fixes a regression introduced by
the previous release when building SWS from source.

**Fixes**

-
[ec93d6c](https://togithub.com/static-web-server/static-web-server/commit/ec93d6c)
Bugfix/security dependency updates including chrono, indexmap, indexmap
and other crates.

**Features**

-
[1a6caa4](https://togithub.com/static-web-server/static-web-server/commit/1a6caa4)
Crate: New `all` and `experimental` Cargo feature flags. PR
[#&#8203;313](https://togithub.com/static-web-server/static-web-server/pull/313)
also fixes
[#&#8203;312](https://togithub.com/static-web-server/static-web-server/issues/312)
reported by [@&#8203;mattfbacon](https://togithub.com/mattfbacon). See
[docs](https://static-web-server.net/building-from-source/#cargo-features).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 15:51:51 +01:00

33 lines
700 B
YAML

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