Skip to content

Commit

Permalink
Fix agent mutation of new registry (#845)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
Racer159 and jeff-mccoy authored Oct 7, 2022
1 parent c7f44e6 commit 243d8eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/zarf-registry/registry-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ resources:
memory: "2Gi"

fullnameOverride: "zarf-docker-registry"

podLabels:
zarf.dev/agent: "ignore"

0 comments on commit 243d8eb

Please sign in to comment.