summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-30 22:53:34 +0300
committerPaul Buetow <paul@buetow.org>2026-06-30 22:53:34 +0300
commitf10707c366c67b6419576638640168f7cb3b5c48 (patch)
tree2e5896fef24b82fc4885c9c0f52ff12b31d4fc30
parent56744e7c7ba68e13e99cd65d6adb12d126667eda (diff)
f3s/ychat: bump image to 0cdec77 (remove no-DB registration UI)
-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 7ca3335..57fdca4 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: "651f762" \ No newline at end of file
+appVersion: "0cdec77" \ 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 b5af5be..bf29c67 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:651f762
+ image: registry.lan.buetow.org:30001/ychat:0cdec77
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false