diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-30 08:53:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-30 08:53:29 +0300 |
| commit | 66d853faa0c0653409491258e5af6199db4b3eea (patch) | |
| tree | 313af4025fcea2851d7207ca9bf3c595b89b6cb6 | |
| parent | c19725b5c6f7facd87dc0d3cb97a8284c9959bd4 (diff) | |
f3s/ychat: bump image to 85dcf05 (proper HTTP/1.1 responses)
| -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 14f694c..14910d2 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: "f387bac"
\ No newline at end of file +appVersion: "85dcf05"
\ 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 5b5a4d1..d8586e0 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:f387bac + image: registry.lan.buetow.org:30001/ychat:85dcf05 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
