diff options
| author | Max Resnick <max@ofmax.li> | 2024-08-18 08:58:53 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-08-18 08:58:53 -0700 |
| commit | 10dfd94046053a04e7b9f62d1b00007cc87b7d1b (patch) | |
| tree | c999fdeaa7c8d5669925ef26e87e05861851eaef /grumpy/gitsnapshot/kustomization.yaml | |
| parent | 015432aec3db0c31d54f3234882e870b1d393305 (diff) | |
| download | grumpy-charts-10dfd94046053a04e7b9f62d1b00007cc87b7d1b.tar.gz | |
chore: update config to support go-git-server
Diffstat (limited to '')
| -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: |