diff options
Diffstat (limited to 'manifests/cgit')
| -rw-r--r-- | manifests/cgit/cgit-deploy.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/cgit/cgit-deploy.yaml b/manifests/cgit/cgit-deploy.yaml index 07bef6a..651f064 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.6 + image: public.ecr.aws/s0f9o2k5/cgit:v0.0.7 securityContext: runAsUser: 0 runAsGroup: 1000 @@ -48,4 +48,3 @@ spec: configMap: defaultMode: 420 name: cgitrc - |