From 860b01b8b8b0c5a1c5c0125b1123c1c6cc5e4827 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 10 Jan 2026 15:48:12 +0200 Subject: 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 --- f3s/git-server/helm-chart/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'f3s/git-server') 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/ -- cgit v1.2.3