diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-10 11:40:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-10 11:40:19 +0200 |
| commit | 963378fb61a63086ac1159563ef1957e8984a439 (patch) | |
| tree | d36e5a10b01879ba23efffceea80f8f972569c8b /f3s/git-server | |
| parent | b34aa449b2e2ff6f1f8016ce9058866a321b7055 (diff) | |
Fix: remove apk install, use git already in alpine-cgit image
Diffstat (limited to 'f3s/git-server')
| -rw-r--r-- | f3s/git-server/helm-chart/templates/deployment.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml index 8220555..608b28b 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -85,8 +85,7 @@ spec: command: ["/bin/sh", "-c"] args: - | - # Install git for git-http-backend - apk add --no-cache git + # Note: joseluisq/alpine-cgit already has git installed, no need to install again # Copy nginx configs to writable location and modify them cp /etc/nginx/nginx.conf /tmp/nginx.conf |
