summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
Diffstat (limited to 'f3s')
-rw-r--r--f3s/ychat/helm-chart/Chart.yaml4
-rw-r--r--f3s/ychat/helm-chart/templates/deployment.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/f3s/ychat/helm-chart/Chart.yaml b/f3s/ychat/helm-chart/Chart.yaml
index 5150739..69771cd 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.2.0
-appVersion: "67babb2" \ No newline at end of file
+version: 0.3.0
+appVersion: "b8faffb" \ 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 53dc672..afa8c2b 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:67babb2
+ image: registry.lan.buetow.org:30001/ychat:b8faffb
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false