diff options
| author | Max Resnick <max@ofmax.li> | 2025-02-13 22:36:02 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-02-13 22:36:02 -0800 |
| commit | 29c0247491e4175af3a1bc43a852a0f753d99d50 (patch) | |
| tree | 3126e1a0c517cce3b2bb50bcfb10e3ecb1218269 /manifests/cgit/cgit-deploy.yaml | |
| parent | f76124a96df2cf861b699e8676f9c1b47e94e7d9 (diff) | |
| download | go-git-server-29c0247491e4175af3a1bc43a852a0f753d99d50.tar.gz | |
feat: add favicon and avatar
Diffstat (limited to '')
| -rw-r--r-- | manifests/cgit/cgit-deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |