From 243d8ebb562cce5a16915de2c63f9a1d905368da Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Thu, 6 Oct 2022 23:16:56 -0500 Subject: [PATCH] Fix agent mutation of new registry (#845) ## Description This is a hotfix related to the image SHASUMs introduced recently to not mutate the zarf registry on a zarf reinit. ## Related Issue Fixes # N/A ## Type of change - [X] Bug fix (non-breaking change which fixes an issue) ## Checklist before merging - [X] (Optional) Changes have been linted locally with [golangci-lint](https://github.com/golangci/golangci-lint). (NOTE: We haven't turned on lint checks in the pipeline yet so linting may be hard if it shows a lot of lint errors in places that weren't touched by changes. Thus, linting is optional right now.) Co-authored-by: Megamind <882485+jeff-mccoy@users.noreply.github.com> --- packages/zarf-registry/registry-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/zarf-registry/registry-values.yaml b/packages/zarf-registry/registry-values.yaml index ab620289e9..72a5d9e452 100644 --- a/packages/zarf-registry/registry-values.yaml +++ b/packages/zarf-registry/registry-values.yaml @@ -27,3 +27,6 @@ resources: memory: "2Gi" fullnameOverride: "zarf-docker-registry" + +podLabels: + zarf.dev/agent: "ignore"