diff options
Diffstat (limited to 'grumpy/gitsnapshot/kustomization.yaml')
| -rw-r--r-- | grumpy/gitsnapshot/kustomization.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/grumpy/gitsnapshot/kustomization.yaml b/grumpy/gitsnapshot/kustomization.yaml index 1bc630e..02781e3 100644 --- a/grumpy/gitsnapshot/kustomization.yaml +++ b/grumpy/gitsnapshot/kustomization.yaml @@ -2,19 +2,19 @@ commonLabels: app.kubernetes.io/instance: gitsnapshot app.kubernetes.io/name: gitsnapshot - app.kubernetes.io/version: 0.0.1 + +labels: +- includeTemplates: true + pairs: + app.kubernetes.io/version: 0.1.0 # Images modify the tags for images without # creating patches. images: - name: gitsnapshot - newName: public.ecr.aws/s0f9o2k5/git-snapshot + newName: public.ecr.aws/s0f9o2k5/git-snapshot newTag: v0.0.5 -# Value of this field is prepended to the -# names of all resources -namePrefix: gitsnapshot - # List of resource files that kustomize reads, modifies # and emits as a YAML string resources: |