summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-30 13:54:39 +0300
committerPaul Buetow <paul@buetow.org>2026-06-30 13:54:39 +0300
commit31ec5c182992e3f6753fa5dd2f065f686be8a5a3 (patch)
treeda2fc2d700ab67ddc172f697d2349bc36cce11cb
parent9968bb2c046ee6eeebe76a03462211225bb2a032 (diff)
f3s/ychat: bump image to fed8e7b (READSOCK cap 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 0f7626d..7c0ded6 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: "4f8e26d" \ No newline at end of file
+appVersion: "fed8e7b" \ 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 329a99d..5f8ece4 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:4f8e26d
+ image: registry.lan.buetow.org:30001/ychat:fed8e7b
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false