From 70980a0a5a7044d4eaf6ee963fafdeed445362ab Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 11 Apr 2026 19:42:06 -0500 Subject: [PATCH] feat: use quay --- .gitea/workflows/lint-test-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 94b58e140..0731e6cbb 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -370,7 +370,7 @@ jobs: needs: lint-helm runs-on: ubuntu-js container: - image: argoproj/argocd:v3.3.6 + image: quay.io/argoproj/argocd:v3.3.6 if: | needs.lint-helm.result == 'success' && needs.lint-helm.outputs.changes-detected == 'true' &&