diff options
| author | Max Resnick <max@ofmax.li> | 2024-08-30 23:21:59 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-08-30 23:21:59 -0700 |
| commit | 5b1412a26e7a91fc80d7fecdc1df1653abcbbe3c (patch) | |
| tree | 3723ddf2f480d90c3278e54899d5e29051bd5809 | |
| parent | a09270f7da25cda20c7e1d07c19784a7440a5348 (diff) | |
| download | go-git-server-5b1412a26e7a91fc80d7fecdc1df1653abcbbe3c.tar.gz | |
chore: bump deployment0.3.2
| -rw-r--r-- | manifests/std/kustomization.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/std/kustomization.yaml b/manifests/std/kustomization.yaml index 3e44bfd..c20946f 100644 --- a/manifests/std/kustomization.yaml +++ b/manifests/std/kustomization.yaml @@ -10,7 +10,7 @@ commonLabels: labels: - includeTemplates: true pairs: - app.kubernetes.io/version: 0.3.1 + app.kubernetes.io/version: 0.3.2 resources: - ../base @@ -20,4 +20,4 @@ resources: images: - name: go-git-server newName: public.ecr.aws/s0f9o2k5/go-git-server - newTag: 0.3.1 + newTag: 0.3.2 |