diff options
| author | Max Resnick <max@ofmax.li> | 2025-04-06 21:10:49 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-04-06 21:10:49 -0700 |
| commit | c0c27bf65225b68d5d474d090ace2f87339c282a (patch) | |
| tree | 6654555e178f9ee5ed74c4c93c367fea26079547 /manifests | |
| parent | 4aad12ef514b43453946428f0cb937a8e0429496 (diff) | |
| download | go-git-server-c0c27bf65225b68d5d474d090ace2f87339c282a.tar.gz | |
chore: bump deployment0.4.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 0a62ad5..082af74 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.3 + app.kubernetes.io/version: 0.4.0 resources: - ../base @@ -21,4 +21,4 @@ resources: images: - name: go-git-server newName: public.ecr.aws/s0f9o2k5/go-git-server - newTag: 0.3.3 + newTag: 0.4.0 |