diff options
| author | Max Resnick <max@ofmax.li> | 2022-08-21 10:07:24 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2022-08-21 10:07:24 -0700 |
| commit | a0d6733e195bc04a78e6994ee0c978f8bb6c73ad (patch) | |
| tree | 40fa705fc6a06ca5e09a9d41287bc2d8c97de45d /grumpy/cgit/kustomization.yaml | |
| parent | bda8a1c25070678e6efd22003e398691404c832f (diff) | |
| download | grumpy-charts-a0d6733e195bc04a78e6994ee0c978f8bb6c73ad.tar.gz | |
updating api versions, fixing kustomize
Diffstat (limited to 'grumpy/cgit/kustomization.yaml')
| -rw-r--r-- | grumpy/cgit/kustomization.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/grumpy/cgit/kustomization.yaml b/grumpy/cgit/kustomization.yaml index affede7..68446b5 100644 --- a/grumpy/cgit/kustomization.yaml +++ b/grumpy/cgit/kustomization.yaml @@ -9,9 +9,8 @@ commonLabels: # Images modify the tags for images without # creating patches. images: -- name: busybox - name: registry.gitlab.com/grumps/grumpy-containers/cgit - newTag: v0.0.5 + newTag: latest # Value of this field is prepended to the # names of all resources @@ -24,4 +23,4 @@ resources: - cgit-ing.yaml - cgit-sa.yaml - cgit-svc.yaml -- cgit-test-connection-pod.yaml
\ No newline at end of file +- cgit-test-connection-pod.yaml |