summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-30 12:18:55 +0300
committerPaul Buetow <paul@buetow.org>2026-06-30 12:18:55 +0300
commite4f99a77faeb143cf900a3e1720da6580751de18 (patch)
treee371271c8b121d225ecdcf2a05547a4908a79a58 /f3s
parent621935a57078a15953326ee8161d06d197a10025 (diff)
f3s/ychat: bump image to 77c23e3 (unauth op -> /exec RCE fix)
Diffstat (limited to 'f3s')
-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 669d36a..fa12103 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: "11aa279" \ No newline at end of file
+appVersion: "77c23e3" \ 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 1b4746d..078f8d2 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:11aa279
+ image: registry.lan.buetow.org:30001/ychat:77c23e3
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false