diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-04 00:10:10 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-04 00:10:10 +0300 |
| commit | 309bd5ae74c1c86e190b86f6af635f0379c3ff61 (patch) | |
| tree | 6ac67dfc312cf3d8b351a1e3cfc98285f2017333 /f3s | |
| parent | c0c06152762e45e2bd6edf3a68fd7036106bb303 (diff) | |
f3s/ychat: bump image to b8d28a1 (trim mobile link row)
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/ychat/helm-chart/Chart.yaml | 4 | ||||
| -rw-r--r-- | f3s/ychat/helm-chart/templates/deployment.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/f3s/ychat/helm-chart/Chart.yaml b/f3s/ychat/helm-chart/Chart.yaml index 418179b..9ba1887 100644 --- a/f3s/ychat/helm-chart/Chart.yaml +++ b/f3s/ychat/helm-chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: ychat description: yChat revival (SQLite-backed, persistent registered accounts) for f3s type: application -version: 0.5.0 -appVersion: "256e4b2"
\ No newline at end of file +version: 0.6.0 +appVersion: "b8d28a1"
\ 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 22b0ef9..c037cdb 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:256e4b2 + image: registry.lan.buetow.org:30001/ychat:b8d28a1 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
