From 10dfd94046053a04e7b9f62d1b00007cc87b7d1b Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sun, 18 Aug 2024 08:58:53 -0700 Subject: chore: update config to support go-git-server --- grumpy/gitsnapshot/kustomization.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'grumpy/gitsnapshot/kustomization.yaml') 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: -- cgit v1.2.3