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