diff options
Diffstat (limited to 'grumpy/gitsnapshot')
| -rw-r--r-- | grumpy/gitsnapshot/gitsnapshot-cronjob.yaml | 2 | ||||
| -rw-r--r-- | grumpy/gitsnapshot/kustomization.yaml | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/grumpy/gitsnapshot/gitsnapshot-cronjob.yaml b/grumpy/gitsnapshot/gitsnapshot-cronjob.yaml index 5dbe5ee..2a90f9a 100644 --- a/grumpy/gitsnapshot/gitsnapshot-cronjob.yaml +++ b/grumpy/gitsnapshot/gitsnapshot-cronjob.yaml @@ -33,7 +33,7 @@ spec: secretKeyRef: key: AWS_ACCESS_KEY_ID name: aws-s3-secret - image: registry.gitlab.com/grumps/grumpy-containers/git-snapshot:v0.0.4 + image: registry.gitlab.com/grumps/grumpy-containers/git-snapshot:latest imagePullPolicy: Always name: gitsnapshot volumeMounts: diff --git a/grumpy/gitsnapshot/kustomization.yaml b/grumpy/gitsnapshot/kustomization.yaml index 8ed81eb..5dec50c 100644 --- a/grumpy/gitsnapshot/kustomization.yaml +++ b/grumpy/gitsnapshot/kustomization.yaml @@ -7,7 +7,6 @@ commonLabels: # Images modify the tags for images without # creating patches. images: -- name: busybox - name: registry.gitlab.com/grumps/grumpy-containers/git-snapshot newTag: latest @@ -19,9 +18,3 @@ namePrefix: gitsnapshot # and emits as a YAML string resources: - gitsnapshot-cronjob.yaml - -# Each entry in this list results in the creation of -# one Secret resource (it's a generator of n secrets). -secretGenerator: -- name: aws-s3-secret - type: Opaque |