summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-30 18:08:24 +0300
committerPaul Buetow <paul@buetow.org>2026-06-30 18:08:24 +0300
commitd844bcc8e5a6d6c1972f438bed98720077e8cdf3 (patch)
tree4eeb9ba8264e420ddc7cf101e7f8c89cbf95c70e
parenta5dd5d8eba9a0163319bb76748c8b210bb499102 (diff)
f3s/ychat: bump image to f03e160 (oversized-fd reclaim + context ctor UAF fix)
-rw-r--r--f3s/ychat/helm-chart/Chart.yaml2
-rw-r--r--f3s/ychat/helm-chart/templates/deployment.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/f3s/ychat/helm-chart/Chart.yaml b/f3s/ychat/helm-chart/Chart.yaml
index f0f220e..d8a124d 100644
--- a/f3s/ychat/helm-chart/Chart.yaml
+++ b/f3s/ychat/helm-chart/Chart.yaml
@@ -3,4 +3,4 @@ name: ychat
description: yChat revival (Mode A, in-memory guest chat) for f3s
type: application
version: 0.1.0
-appVersion: "6d079fb" \ No newline at end of file
+appVersion: "f03e160" \ No newline at end of file
diff --git a/f3s/ychat/helm-chart/templates/deployment.yaml b/f3s/ychat/helm-chart/templates/deployment.yaml
index 25de7cd..522cd83 100644
--- a/f3s/ychat/helm-chart/templates/deployment.yaml
+++ b/f3s/ychat/helm-chart/templates/deployment.yaml
@@ -24,7 +24,7 @@ spec:
fsGroup: 1000
containers:
- name: ychat
- image: registry.lan.buetow.org:30001/ychat:6d079fb
+ image: registry.lan.buetow.org:30001/ychat:f03e160
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false