Skip to content

Commit

Permalink
typo registires -> registries (argoproj#17099)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Huganir <[email protected]>
Signed-off-by: Kevin Lyda <[email protected]>
  • Loading branch information
adam-huganir authored and lyda committed Mar 28, 2024
1 parent 25d69f8 commit e19ce4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/proposals/native-oci-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ Consider the following in developing an upgrade/downgrade strategy for this enha

## Drawbacks

* Sourcing content from an OCI registry may be perceived to be against GitOps principles as content is not sourced from a Git repository. This concern could be mitigated by attaching additional details related to the content (such as original Git source [URL, revision]). Though it should be noted that the GitOps principles only require a source of truth to be visioned and immutable which OCI registires support.
* Sourcing content from an OCI registry may be perceived to be against GitOps principles as content is not sourced from a Git repository. This concern could be mitigated by attaching additional details related to the content (such as original Git source [URL, revision]). Though it should be noted that the GitOps principles only require a source of truth to be visioned and immutable which OCI registries support.

## Alternatives

### Config Management Plugin

Content stored within OCI artifacts could be sourced using a Config Management Plugin which would not require changes to the core capabilities provided by Argo CD. However, this would be hacky and not represent itself within the Argo CD UI.
Content stored within OCI artifacts could be sourced using a Config Management Plugin which would not require changes to the core capabilities provided by Argo CD. However, this would be hacky and not represent itself within the Argo CD UI.

0 comments on commit e19ce4e

Please sign in to comment.