From 87cfd924dd1131286db36d1d9e1a9df020c4400d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 10 Jan 2026 11:51:48 +0200 Subject: Install git-daemon package for git-http-backend support --- f3s/git-server/helm-chart/templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 f6e6d5b..45e246a 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -85,7 +85,8 @@ spec: command: ["/bin/sh", "-c"] args: - | - # Note: joseluisq/alpine-cgit already has git installed, no need to install again + # Install git-daemon package which provides git-http-backend + apk add --no-cache git-daemon # Configure git repository for HTTP access git config --file /repos/repos/conf.git/config http.receivepack true -- cgit v1.2.3