From 9a7acb6ce9c261c42d96b2c6019ad9e609fe4e93 Mon Sep 17 00:00:00 2001 From: shreddedbacon Date: Tue, 13 Aug 2024 09:19:03 +1000 Subject: [PATCH] chore: enable cleanup of harbor repos when namespaces are deleted in ci --- charts/lagoon-build-deploy/ci/linter-values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/lagoon-build-deploy/ci/linter-values.yaml b/charts/lagoon-build-deploy/ci/linter-values.yaml index 8864bbdd..86d671b2 100644 --- a/charts/lagoon-build-deploy/ci/linter-values.yaml +++ b/charts/lagoon-build-deploy/ci/linter-values.yaml @@ -9,3 +9,4 @@ lagoonTokenPort: 22 lagoonAPIHost: http://lagoon-core-api.lagoon-core.svc:80 extraArgs: - "--skip-tls-verify=true" + - "--cleanup-harbor-repository-on-delete" #remove images of deleted environments