diff options
| -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 9ba1887..7dedbdf 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.6.0 -appVersion: "b8d28a1"
\ No newline at end of file +version: 0.7.0 +appVersion: "a3908e1"
\ 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 c037cdb..fccb141 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:b8d28a1 + image: registry.lan.buetow.org:30001/ychat:a3908e1 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false |
