Release gohoarder 0.1.9

This commit is contained in:
github-actions[bot]
2026-01-03 09:31:37 +00:00
parent 040186644a
commit 19648fe09d
6 changed files with 36 additions and 56 deletions
+6 -4
View File
@@ -51,17 +51,17 @@ image:
server:
repository: ghcr.io/lukaszraczylo/gohoarder-server
pullPolicy: IfNotPresent
tag: "0.0.4"
tag: "0.1.9"
frontend:
repository: ghcr.io/lukaszraczylo/gohoarder-frontend
pullPolicy: IfNotPresent
tag: "0.0.4"
tag: "0.1.9"
scanner:
repository: ghcr.io/lukaszraczylo/gohoarder-scanner
pullPolicy: IfNotPresent
tag: "0.0.4"
tag: "0.1.9"
# Service Account
serviceAccount:
@@ -285,7 +285,9 @@ metadata:
size: "10Gi"
accessMode: "ReadWriteOnce"
existingClaim: ""
walMode: true
# WAL mode provides better concurrency but doesn't work on network filesystems (SMB, NFS)
# Set to false when using network storage for the metadata volume
walMode: false
# PostgreSQL configuration
postgresql: