From e1d0bacf5c458c43bba0900b418203f771c3cb09 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sun, 28 May 2023 13:06:20 -0700 Subject: move image registries --- grumpy/gitsnapshot/gitsnapshot-cronjob.yaml | 4 +--- grumpy/gitsnapshot/kustomization.yaml | 5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'grumpy/gitsnapshot') diff --git a/grumpy/gitsnapshot/gitsnapshot-cronjob.yaml b/grumpy/gitsnapshot/gitsnapshot-cronjob.yaml index 2a90f9a..4447f60 100644 --- a/grumpy/gitsnapshot/gitsnapshot-cronjob.yaml +++ b/grumpy/gitsnapshot/gitsnapshot-cronjob.yaml @@ -33,15 +33,13 @@ spec: secretKeyRef: key: AWS_ACCESS_KEY_ID name: aws-s3-secret - image: registry.gitlab.com/grumps/grumpy-containers/git-snapshot:latest + image: gitsnapshot imagePullPolicy: Always name: gitsnapshot volumeMounts: - mountPath: /var/lib/git name: gitolite-storage readOnly: false - imagePullSecrets: - - name: regcred restartPolicy: Never volumes: - name: gitolite-storage 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 -- cgit v1.2.3