summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-30 11:06:19 +0300
committerPaul Buetow <paul@buetow.org>2026-06-30 11:06:19 +0300
commit5a27b3edf35953db7586dcd5a84d7439ac426b46 (patch)
treeb3bc851d2677653273514bcca9f6880b22fc3b67
parent851b09b70372d8975232c7c41040ed190ce65192 (diff)
f3s/ychat: bump image to ce5180f (css content-type 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 f0345d6..c1b5a12 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: "870459f" \ No newline at end of file
+appVersion: "ce5180f" \ 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 c53f0a4..415add3 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:870459f
+ image: registry.lan.buetow.org:30001/ychat:ce5180f
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false