diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-30 13:30:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-30 13:30:30 +0300 |
| commit | 9968bb2c046ee6eeebe76a03462211225bb2a032 (patch) | |
| tree | 9d30cfaf4eed80564adc1c2bbb72c4b4d8729658 | |
| parent | 0e1f3e033547abfc6fcb9888454048f3a6531d20 (diff) | |
f3s/ychat: bump image to 4f8e26d (timer/gc + B1 UAF fixes)
| -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 3423086..0f7626d 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: "a0a881f"
\ No newline at end of file +appVersion: "4f8e26d"
\ 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 1c37349..329a99d 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:a0a881f + image: registry.lan.buetow.org:30001/ychat:4f8e26d imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
