diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/cgit/cgit-cm.yaml | 3 | ||||
| -rw-r--r-- | 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 |