Skip to content
Snippets Groups Projects
Commit 4c36af9d authored by Rhys Arkins's avatar Rhys Arkins
Browse files

logs: downgrade helm lock file warn

parent e0c1d31b
No related merge requests found
......@@ -81,7 +81,7 @@ export async function updateArtifacts({
if (err.message === TEMPORARY_ERROR) {
throw err;
}
logger.warn({ err }, 'Failed to update Helm lock file');
logger.debug({ err }, 'Failed to update Helm lock file');
return [
{
artifactError: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment