You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a (subtle) mistake in the docs... I'd meant for that to be an oci repo.
For oci repos, you only need to provide the repo URL, but classic http/s chart repos are more like a "registry" in that versions of multiple different charts can be stored in a single repo. That requires you to specify a chart name as a second arg.
I'll fix the docs, but please do let me know if this clarification gets you moving again.
Checklist
kargo version
.Description
From the doc https://github.com/akuity/kargo/blob/main/docs/docs/35-references/10-promotion-steps.md?plain=1#L745
chartFrom() takes chartRepo as argument, but from the code we can see that chartName is a empty var, thus FindChart will always return an error.
Screenshots
The text was updated successfully, but these errors were encountered: