diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-07 13:09:22 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-07 13:09:22 +0300 |
| commit | a5b6b38872cc41bcd1073b542cc04075d63a9874 (patch) | |
| tree | 6cccf654b457085e8022b3ecc3c9f572c0c28b37 /f3s/ychat/helm-chart/templates | |
| parent | 309bd5ae74c1c86e190b86f6af635f0379c3ff61 (diff) | |
f3s/ychat: bump image to a3908e1 (fix crash on malformed request line)
Fixes the crash a vulnerability scanner triggered twice against the
live pod (std::out_of_range from a broken string::npos overflow check
in the GET/POST request-line parser).
Diffstat (limited to 'f3s/ychat/helm-chart/templates')
| -rw-r--r-- | f3s/ychat/helm-chart/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/ychat/helm-chart/templates/deployment.yaml b/f3s/ychat/helm-chart/templates/deployment.yaml index c037cdb..fccb141 100644 --- a/f3s/ychat/helm-chart/templates/deployment.yaml +++ b/f3s/ychat/helm-chart/templates/deployment.yaml @@ -43,7 +43,7 @@ spec: - name: ychat # SQLite is now mandatory (see ychat/DOCKER.md); the image tag tracks # the ychat repo commit that build was cut from. - image: registry.lan.buetow.org:30001/ychat:b8d28a1 + image: registry.lan.buetow.org:30001/ychat:a3908e1 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
