diff options
Diffstat (limited to 'grumpy/gitolite/kustomization.yaml')
| -rw-r--r-- | grumpy/gitolite/kustomization.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/grumpy/gitolite/kustomization.yaml b/grumpy/gitolite/kustomization.yaml index 7bfd82a..0dea17b 100644 --- a/grumpy/gitolite/kustomization.yaml +++ b/grumpy/gitolite/kustomization.yaml @@ -6,8 +6,9 @@ commonLabels: # Images modify the tags for images without # creating patches. images: -- name: registry.gitlab.com/grumps/grumpy-containers/gitolite - newTag: v0.0.4 +- name: git + newName: public.ecr.aws/s0f9o2k5/gitolite + newTag: v0.0.5 # Value of this field is prepended to the # names of all resources @@ -17,4 +18,4 @@ namePrefix: gitolite-gitolite # and emits as a YAML string resources: - gitolite-gitolite-deploy.yaml -- gitolite-gitolite-svc.yaml
\ No newline at end of file +- gitolite-gitolite-svc.yaml |