aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-02-13 22:36:02 -0800
committerMax Resnick <max@ofmax.li>2025-02-13 22:36:02 -0800
commit29c0247491e4175af3a1bc43a852a0f753d99d50 (patch)
tree3126e1a0c517cce3b2bb50bcfb10e3ecb1218269 /manifests
parentf76124a96df2cf861b699e8676f9c1b47e94e7d9 (diff)
downloadgo-git-server-29c0247491e4175af3a1bc43a852a0f753d99d50.tar.gz
feat: add favicon and avatar
Diffstat (limited to 'manifests')
-rw-r--r--manifests/cgit/cgit-cm.yaml3
-rw-r--r--manifests/cgit/cgit-deploy.yaml2
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