From 29c0247491e4175af3a1bc43a852a0f753d99d50 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Thu, 13 Feb 2025 22:36:02 -0800 Subject: feat: add favicon and avatar --- manifests/cgit/cgit-cm.yaml | 3 ++- manifests/cgit/cgit-deploy.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/cgit/cgit-cm.yaml b/manifests/cgit/cgit-cm.yaml index 4b460fb..eb7f39e 100644 --- a/manifests/cgit/cgit-cm.yaml +++ b/manifests/cgit/cgit-cm.yaml @@ -25,7 +25,8 @@ data: enable-follow-links=1 snapshots=tar.gz css=/cgit.css - logo=/cgit.png + logo=/avatar.png + favicon=/avatar.ico robots=nofollow remove-suffix=1 virtual-root=/ diff --git a/manifests/cgit/cgit-deploy.yaml b/manifests/cgit/cgit-deploy.yaml index 651f064..b899709 100644 --- a/manifests/cgit/cgit-deploy.yaml +++ b/manifests/cgit/cgit-deploy.yaml @@ -20,7 +20,7 @@ spec: value: "8080" - name: CGIT_CONFIG value: /opt/etc/cgitrc - image: public.ecr.aws/s0f9o2k5/cgit:v0.0.7 + image: public.ecr.aws/s0f9o2k5/cgit:v0.0.8 securityContext: runAsUser: 0 runAsGroup: 1000 -- cgit v1.2.3