diff options
| author | Max Resnick <max@ofmax.li> | 2023-05-28 13:06:20 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2023-05-28 13:06:20 -0700 |
| commit | e1d0bacf5c458c43bba0900b418203f771c3cb09 (patch) | |
| tree | f91b511e66fdc80dbe998709cdbd7dd94f43b877 /grumpy/gitolite/kustomization.yaml | |
| parent | d8a0b223dfbe86e88866174082028701b23ab2d4 (diff) | |
| download | grumpy-charts-e1d0bacf5c458c43bba0900b418203f771c3cb09.tar.gz | |
move image registries
Diffstat (limited to '')
| -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 |