Skip to content

Zilla / ArgoCD / Kustomize #969

Answered by vordimous
vordimous asked this question in Q&A
Apr 19, 2024 · 5 comments · 13 replies
Discussion options

You must be logged in to vote

Adding the answer here for future reference.

The problem is oci:// isn't supported fully yet in Kustomize: kubernetes-sigs/kustomize#5134 (comment)

The solution is to manually pull the chart version you want and untar it into a local folder:

helm pull oci://ghcr.io/aklivity/charts/zilla --version <zilla_version> --untar --untardir <folder_name>

Now you can remove the repo attribute from your yaml and add the helm-charts path to helmGlobals

helmGlobals:
  chartHome: <folder_name>

helmCharts:
  - name: zilla
    version: <zilla_version>
    releaseName: zilla
    namespace: zilla
    valuesFile: values.yaml

Replies: 5 comments 13 replies

Comment options

vordimous
Apr 19, 2024
Collaborator Author

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

vordimous Apr 19, 2024
Collaborator Author

Comment options

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

vordimous Apr 20, 2024
Collaborator Author

Comment options

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

vordimous Apr 20, 2024
Collaborator Author

Comment options

vordimous
Apr 20, 2024
Collaborator Author

You must be logged in to vote
10 replies
@vordimous
Comment options

vordimous Apr 23, 2024
Collaborator Author

@vacquah
Comment options

@vordimous
Comment options

vordimous Apr 23, 2024
Collaborator Author

@vordimous
Comment options

vordimous Apr 23, 2024
Collaborator Author

@vacquah
Comment options

Comment options

vordimous
Apr 23, 2024
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by vordimous
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