Is it possible to install helm chart directly using nelm #295
Replies: 4 comments 8 replies
-
|
helm pull oci://ghcr.io/k0rdent/kcm/charts/kcm --version 0.2.0 nelm release install -r kcm -n kcm-system ./kcm-0.2.0.tgz ` ./nelm.exe release install -r kcm -n kcm-system ./kcm-0.2.0.tgz ┌ Progress status ┌ Completed operations ┌ Canceled operations ┌ Failed operations Error: install: failed release "kcm" (namespace: "kcm-system"): execute release install plan: error waiting for operations completion: error executing operation: track resource readiness: track job: waiting ↵ |
Beta Was this translation helpful? Give feedback.
-
|
Currently no, the chart has to be local. The best way to deploy a remote chart is explained in the quickstart (make a local umbrella chart |
Beta Was this translation helpful? Give feedback.
-
|
I am able to download the chart with the following helm pull oci://ghcr.io/k0rdent/kcm/charts/kcm --version 0.2.0 but when I try umbrella chart approach Chart.yaml `apiVersion: v2
.\nelm.exe chart dependency download and also, I am not able to download latest nelm binary from https://tuf.nelm.sh/targets/releases/1.1.3/windows-amd64/bin/nelm.exe I am using [v1.1.2] https://tuf.nelm.sh/targets/releases/1.1.2/windows-amd64/bin/nelm.exe |
Beta Was this translation helpful? Give feedback.
-
|
tried following in the mean time ..\nelm.exe release install --annotations="helm.sh/hook-delete-policy=before-hook-creation" -r kcm -n kcm-system ./kcm-0.2.0.tgz hit with Progress status Seems I should follow Umbrella approach but it needs your assistance |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Is it possible to install the following with nelm?
helm install kcm oci://ghcr.io/k0rdent/kcm/charts/kcm --version 0.2.0 -n kcm-system --create-namespace
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions