From fe714694bfc3cc0e9afb8bfe9d6b66bf26e701d9 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 2 May 2026 17:19:56 +1000 Subject: [PATCH] chore: bump artifactapi to 2.7.2 (#98) Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/98 --- apps/base/artifactapi/artifactapi-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/artifactapi/artifactapi-deployment.yaml b/apps/base/artifactapi/artifactapi-deployment.yaml index 1525f02..ef1fce5 100644 --- a/apps/base/artifactapi/artifactapi-deployment.yaml +++ b/apps/base/artifactapi/artifactapi-deployment.yaml @@ -19,7 +19,7 @@ spec: automountServiceAccountToken: true containers: - name: artifactapi - image: git.unkin.net/unkin/artifactapi:v2.7.1 + image: git.unkin.net/unkin/artifactapi:v2.7.2 imagePullPolicy: IfNotPresent ports: - containerPort: 8000