diff options
| author | Max Resnick <max@ofmax.li> | 2025-02-13 21:59:11 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-02-13 21:59:11 -0800 |
| commit | f76124a96df2cf861b699e8676f9c1b47e94e7d9 (patch) | |
| tree | 09e16afb5979d9b64fbfe2d5c8ab93354829e9f2 /manifests | |
| parent | 40a07ec6489e47adeb52c771876130974364474e (diff) | |
| download | go-git-server-f76124a96df2cf861b699e8676f9c1b47e94e7d9.tar.gz | |
chore: bump image version
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/cgit/cgit-deploy.yaml | 3 | ||||
| -rw-r--r-- | manifests/local/kustomization.yaml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/manifests/cgit/cgit-deploy.yaml b/manifests/cgit/cgit-deploy.yaml index 07bef6a..651f064 100644 --- a/manifests/cgit/cgit-deploy.yaml +++ b/manifests/cgit/cgit-deploy.yaml @@ -20,7 +20,7 @@ spec: value: "8080" - name: CGIT_CONFIG value: /opt/etc/cgitrc - image: public.ecr.aws/s0f9o2k5/cgit:v0.0.6 + image: public.ecr.aws/s0f9o2k5/cgit:v0.0.7 securityContext: runAsUser: 0 runAsGroup: 1000 @@ -48,4 +48,3 @@ spec: configMap: defaultMode: 420 name: cgitrc - diff --git a/manifests/local/kustomization.yaml b/manifests/local/kustomization.yaml index 575ced9..7216ec4 100644 --- a/manifests/local/kustomization.yaml +++ b/manifests/local/kustomization.yaml @@ -12,7 +12,7 @@ resources: images: - name: go-git-server newName: go-git-registry:5000/go-git-server - newTag: 0.3.2-latest.4d55e5d.7 + newTag: 0.3.4-latest.198fb47.2 labels: - includeSelectors: true |