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 | |
| parent | d8a0b223dfbe86e88866174082028701b23ab2d4 (diff) | |
| download | grumpy-charts-e1d0bacf5c458c43bba0900b418203f771c3cb09.tar.gz | |
move image registries
Diffstat (limited to 'grumpy/gitsnapshot')
| -rw-r--r-- | grumpy/gitsnapshot/gitsnapshot-cronjob.yaml | 4 | ||||
| -rw-r--r-- | grumpy/gitsnapshot/kustomization.yaml | 5 |
2 files changed, 4 insertions, 5 deletions
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 |