diff options
Diffstat (limited to '')
| -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 |