summaryrefslogtreecommitdiff
path: root/f3s/ychat/helm-chart
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-30 13:30:30 +0300
committerPaul Buetow <paul@buetow.org>2026-06-30 13:30:30 +0300
commit9968bb2c046ee6eeebe76a03462211225bb2a032 (patch)
tree9d30cfaf4eed80564adc1c2bbb72c4b4d8729658 /f3s/ychat/helm-chart
parent0e1f3e033547abfc6fcb9888454048f3a6531d20 (diff)
f3s/ychat: bump image to 4f8e26d (timer/gc + B1 UAF fixes)
Diffstat (limited to 'f3s/ychat/helm-chart')
-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 3423086..0f7626d 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: "a0a881f" \ No newline at end of file
+appVersion: "4f8e26d" \ 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 1c37349..329a99d 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:a0a881f
+ image: registry.lan.buetow.org:30001/ychat:4f8e26d
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false