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/gitsnapshot/kustomization.yaml | |
| parent | d8a0b223dfbe86e88866174082028701b23ab2d4 (diff) | |
| download | grumpy-charts-e1d0bacf5c458c43bba0900b418203f771c3cb09.tar.gz | |
move image registries
Diffstat (limited to 'grumpy/gitsnapshot/kustomization.yaml')
| -rw-r--r-- | grumpy/gitsnapshot/kustomization.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/grumpy/gitsnapshot/kustomization.yaml b/grumpy/gitsnapshot/kustomization.yaml index 5dec50c..1bc630e 100644 --- a/grumpy/gitsnapshot/kustomization.yaml +++ b/grumpy/gitsnapshot/kustomization.yaml @@ -7,8 +7,9 @@ commonLabels: # Images modify the tags for images without # creating patches. images: -- name: registry.gitlab.com/grumps/grumpy-containers/git-snapshot - newTag: latest +- name: gitsnapshot + newName: public.ecr.aws/s0f9o2k5/git-snapshot + newTag: v0.0.5 # Value of this field is prepended to the # names of all resources |