diff options
| author | Max Resnick <max@ofmax.li> | 2024-09-01 22:04:39 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-09-01 22:04:39 -0700 |
| commit | 755652af45463e6af96e7a538402efde674943af (patch) | |
| tree | 93234e117fed6ca3703534cd454df55adc3d3da8 /manifests | |
| parent | 93e60b1026c18ddd7b9c4ba85007d62c34045327 (diff) | |
| download | go-git-server-755652af45463e6af96e7a538402efde674943af.tar.gz | |
chore: bump deployment0.3.3
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 c20946f..5a72c90 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.2 + app.kubernetes.io/version: 0.3.3 resources: - ../base @@ -20,4 +20,4 @@ resources: images: - name: go-git-server newName: public.ecr.aws/s0f9o2k5/go-git-server - newTag: 0.3.2 + newTag: 0.3.3 |