fix: typo in native-oci-support.md (#23379)

Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
This commit is contained in:
Joe Bowbeer
2025-06-12 23:59:59 -07:00
committed by GitHub
parent 6c299bc783
commit 6d25734852

View File

@@ -126,7 +126,7 @@ 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 registries 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 versioned and immutable which OCI registries support.
## Alternatives