diff options
| author | Max Resnick <max@ofmax.li> | 2022-09-17 08:02:23 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2022-09-17 08:02:23 -0700 |
| commit | d8a0b223dfbe86e88866174082028701b23ab2d4 (patch) | |
| tree | ffe1a388375fe1613c294a796a064d719c2ada4b /grumpy/gitsnapshot | |
| parent | a0d6733e195bc04a78e6994ee0c978f8bb6c73ad (diff) | |
| download | grumpy-charts-d8a0b223dfbe86e88866174082028701b23ab2d4.tar.gz | |
updated manifests so they actually work
Diffstat (limited to '')
| -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 |