summaryrefslogtreecommitdiff
path: root/f3s/git-server
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-10 11:40:19 +0200
committerPaul Buetow <paul@buetow.org>2026-01-10 11:40:19 +0200
commit963378fb61a63086ac1159563ef1957e8984a439 (patch)
treed36e5a10b01879ba23efffceea80f8f972569c8b /f3s/git-server
parentb34aa449b2e2ff6f1f8016ce9058866a321b7055 (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.yaml3
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