diff options
| author | Paul Buetow <paul@buetow.org> | 2026-08-02 16:30:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-08-02 16:30:38 +0300 |
| commit | 8cee67b0b78d6ef3d1e74e930524d07f233f76e7 (patch) | |
| tree | 88e671dc959773c747a0b49119f9f6d2cd795880 | |
| parent | 04967594c799619cf3bc2df54204f30aae112b2d (diff) | |
ychat: bump image to 46e5af3 (persist user colors)
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 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/f3s/ychat/helm-chart/Chart.yaml b/f3s/ychat/helm-chart/Chart.yaml index ff3d105..b695626 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: "deacb3f"
\ No newline at end of file +appVersion: "46e5af3" diff --git a/f3s/ychat/helm-chart/templates/deployment.yaml b/f3s/ychat/helm-chart/templates/deployment.yaml index b838adf..ca8e6ff 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:deacb3f + image: registry.lan.buetow.org:30001/ychat:46e5af3 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false @@ -78,4 +78,4 @@ spec: emptyDir: {} - name: data persistentVolumeClaim: - claimName: ychat-data-pvc
\ No newline at end of file + claimName: ychat-data-pvc |
