summaryrefslogtreecommitdiff
path: root/f3s/git-server
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-10 15:48:12 +0200
committerPaul Buetow <paul@buetow.org>2026-01-10 15:48:12 +0200
commit860b01b8b8b0c5a1c5c0125b1123c1c6cc5e4827 (patch)
treeaadbd888dd6d5646add8fde75204c31fe4ed4740 /f3s/git-server
parent2e4b6a0c4e8b939ac9af48b6d909773ed97748c7 (diff)
Fix: Install git-daemon instead of git for git-http-backend
git-http-backend is in the git-daemon package in Alpine, not the base git package
Diffstat (limited to 'f3s/git-server')
-rw-r--r--f3s/git-server/helm-chart/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml
index 168fe17..9b643ee 100644
--- a/f3s/git-server/helm-chart/templates/deployment.yaml
+++ b/f3s/git-server/helm-chart/templates/deployment.yaml
@@ -55,8 +55,8 @@ spec:
- /bin/sh
- -c
- |
- # Install git package (includes git-http-backend)
- apk add --no-cache git
+ # Install git-daemon package (includes git-http-backend)
+ apk add --no-cache git-daemon
# Copy git-http-backend to shared volume
mkdir -p /git-binaries
cp /usr/libexec/git-core/git-http-backend /git-binaries/