From 7799a697cf0fb887fa4c3dd5a91c6a19348c9499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Thu, 10 Jul 2025 02:47:04 +0200 Subject: [PATCH] Rootless func-git pod (#2927) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej VaĊĦek --- hack/install-git-server.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/install-git-server.sh b/hack/install-git-server.sh index b76729eec..7c0bd0265 100755 --- a/hack/install-git-server.sh +++ b/hack/install-git-server.sh @@ -31,12 +31,12 @@ spec: annotations: autoscaling.knative.dev/max-scale: "1" autoscaling.knative.dev/min-scale: "1" - client.knative.dev/user-image: quay.io/mvasek/gitserver + client.knative.dev/user-image: ghcr.io/matejvasek/func/gitserver:latest spec: containers: - - image: quay.io/mvasek/gitserver + - image: ghcr.io/matejvasek/func/gitserver:latest ports: - - containerPort: 80 + - containerPort: 8080 resources: {} status: {} EOF