diff options
| author | Max Resnick <max@ofmax.li> | 2024-08-17 22:48:53 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-08-17 22:48:53 -0700 |
| commit | e54477d5863bcc5a9ccfeb9af6c1e25138d63f8a (patch) | |
| tree | d640cae02065086f4be10488d15324deec50746b /manifests/cgit/kustomization.yaml | |
| parent | 64c63e4a17e0420aee0a44dbdcd1edf80ad50508 (diff) | |
| download | go-git-server-e54477d5863bcc5a9ccfeb9af6c1e25138d63f8a.tar.gz | |
chore: update cgit config and images
Diffstat (limited to '')
| -rw-r--r-- | manifests/cgit/kustomization.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/cgit/kustomization.yaml b/manifests/cgit/kustomization.yaml index 145b0e8..26c634a 100644 --- a/manifests/cgit/kustomization.yaml +++ b/manifests/cgit/kustomization.yaml @@ -6,13 +6,13 @@ commonLabels: # creating patches. images: - name: registry.gitlab.com/grumps/grumpy-containers/cgit - newTag: latest + newName: public.ecr.aws/s0f9o2k5/cgit + newTag: v0.0.6 # List of resource files that kustomize reads, modifies # and emits as a YAML string resources: - cgit-deploy.yaml -- cgit-ing.yaml - cgit-sa.yaml - cgit-svc.yaml - cgit-cm.yaml |