diff options
| author | Paul Buetow <paul@buetow.org> | 2026-08-02 17:31:22 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-08-02 17:31:22 +0300 |
| commit | f482b46c5eb14980642c861355a7739d0bc1d212 (patch) | |
| tree | 49d43f9fe493fae53881825ac7f6aff24b659dd4 | |
| parent | 48c77438a860cd4097f8b20fbed2018dd48f0269 (diff) | |
ychat: bump image to 8f3051b (explicit guest login)
Amp-Thread-ID: https://ampcode.com/threads/T-019fc2a1-15bb-7179-939e-39dd3bb10597
Co-authored-by: Amp <amp@ampcode.com>
| -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 b695626..a980d37 100644 --- a/f3s/ychat/helm-chart/Chart.yaml +++ b/f3s/ychat/helm-chart/Chart.yaml @@ -3,4 +3,4 @@ name: ychat description: yChat revival (SQLite-backed, persistent registered accounts) for f3s type: application version: 0.8.0 -appVersion: "46e5af3" +appVersion: "8f3051b" diff --git a/f3s/ychat/helm-chart/templates/deployment.yaml b/f3s/ychat/helm-chart/templates/deployment.yaml index ca8e6ff..94071b2 100644 --- a/f3s/ychat/helm-chart/templates/deployment.yaml +++ b/f3s/ychat/helm-chart/templates/deployment.yaml @@ -43,7 +43,7 @@ spec: - name: ychat # SQLite is now mandatory (see ychat/DOCKER.md); the image tag tracks # the ychat repo commit that build was cut from. - image: registry.lan.buetow.org:30001/ychat:46e5af3 + image: registry.lan.buetow.org:30001/ychat:8f3051b imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
