diff options
| author | Max Resnick <max@ofmax.li> | 2025-05-26 22:15:13 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-05-26 22:15:13 -0700 |
| commit | 7d9b5ec135b7378cc2b3e40d01f124478c0a4f53 (patch) | |
| tree | 124394d6b77be216702ea031f49d6466589298d8 /manifests | |
| parent | 8f380f610d48b23723360f2d15d7b7063d6bd440 (diff) | |
| download | go-git-server-7d9b5ec135b7378cc2b3e40d01f124478c0a4f53.tar.gz | |
chore: bump deployment1.0.0
Diffstat (limited to 'manifests')
| -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 7a9f3bc..3539999 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.4.1 + app.kubernetes.io/version: 1.0.0 resources: - ../base @@ -21,4 +21,4 @@ resources: images: - name: go-git-server newName: public.ecr.aws/s0f9o2k5/go-git-server - newTag: 0.4.1 + newTag: 1.0.0 |