diff options
| author | Max Resnick <max@ofmax.li> | 2024-08-22 22:31:59 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-08-22 22:31:59 -0700 |
| commit | 6889411b014b39a440b7cbe52b482b28415ed829 (patch) | |
| tree | 0e59af4d9506fb1ccfeac7c52355df9aa46675c0 /manifests | |
| parent | 2d7a71d389fe095d7f1215e95b8fadbd645e7b2b (diff) | |
| download | go-git-server-6889411b014b39a440b7cbe52b482b28415ed829.tar.gz | |
chore: bump deployment0.3.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 e49bbff..b9b75bf 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.2.0 + app.kubernetes.io/version: 0.3.0 resources: - ../base @@ -20,4 +20,4 @@ resources: images: - name: go-git-server newName: public.ecr.aws/s0f9o2k5/go-git-server - newTag: 0.2.0 + newTag: 0.3.0 |