Skip to content

How to work with multiple container registries? #1981

Closed Answered by krancour
Brightside56 asked this question in Q&A
Discussion options

You must be logged in to vote

@Brightside56 Kargo Render passes images to the Argo CD Repo Server (which it uses as a library) i the form url=tag. Somewhere under the covers, the Argo CD Repo Server executes a kustomize edit set image url=tag. For Kargo's built-in Kustomize support, Kargo executes kustomize edit set image url=tag more directly...

I see your issue is that the image URL varies from Stage to Stage.

I believe your case can be addressed by adding more options to both Kargo Render and to Kargo's built-in Kustomize support such that the resulting command resembles this: kustomize edit set image placeholder-url=stage-specific-url:tag where placeholder-url and stage-specific-url are both things you specific in…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Brightside56
Comment options

Comment options

You must be logged in to vote
1 reply
@krancour
Comment options

Answer selected by Brightside56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants