diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-30 12:32:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-30 12:32:38 +0300 |
| commit | 0e1f3e033547abfc6fcb9888454048f3a6531d20 (patch) | |
| tree | be06868975694347ca2df03711c3d9640e05fa83 | |
| parent | e4f99a77faeb143cf900a3e1720da6580751de18 (diff) | |
f3s/ychat: bump image to a0a881f (session ID crash/hijack fix)
| -rw-r--r-- | f3s/ychat/helm-chart/Chart.yaml | 2 | ||||
| -rw-r--r-- | f3s/ychat/helm-chart/templates/deployment.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/f3s/ychat/helm-chart/Chart.yaml b/f3s/ychat/helm-chart/Chart.yaml index fa12103..3423086 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: "77c23e3"
\ No newline at end of file +appVersion: "a0a881f"
\ 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 078f8d2..1c37349 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:77c23e3 + image: registry.lan.buetow.org:30001/ychat:a0a881f imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
