Skip to content

ARGOCD HelmChart install OCI repos #2168

Answered by pdrastil
tribu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
yes there are two possible ways. Either you use OCI image directly in Application resource like this:

kind: Application
spec:
  source:
    chart: karpenter
    repoURL: public.ecr.aws/karpenter
    targetRevision: v0.29.0

OR you can config repository in Argo CD helm chart like this:

configs:
  repositories:
    aws:
      type: helm
      name: aws
      url: public.ecr.aws
      enableOCI: true

NOTE: I haven't seen any drop down menus in UI for charts / versions even when you enter the values correctly. You will have to elaborate a little bit what are correct values to fetch the chart in OCI format.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mkilchhofer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants