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
I am getting helm error on running the command kapp deploy -a metrics-collection -f pasx/package-install-metrics-collection.yaml -y
Here is my package CRD
troll-warlord:carvel-demo$ kapp version
kapp version 0.62.1
Succeeded
troll-warlord:carvel-demo$ vendir version
vendir version 0.40.2
Succeeded
troll-warlord:carvel-demo$ kctrl version
kctrl version 0.52.0
Succeeded
troll-warlord:carvel-demo$ ytt version
ytt version 0.49.1
troll-warlord:carvel-demo$ helm version
version.BuildInfo{Version:"v3.14.4", GitCommit:"81c902a123462fd4052bc5e9aa9c513c4c8fc142", GitTreeState:"clean", GoVersion:"go1.21.9"}
The text was updated successfully, but these errors were encountered:
You are facing this issue because you are using helm oci chart. The oci feature graduated in v3.8.0 and was experimental before that and we don't support it yet.
You should be able to use imgpkg to fetch it.
cc @joaopapereira
praveenrewar
added
discussion
This issue is not a bug or feature and a conversation is needed to find an appropriate resolution
and removed
bug
This issue describes a defect or unexpected behavior
carvel-triage
This issue has not yet been reviewed for validity
labels
Jul 5, 2024
I am getting helm error on running the command
kapp deploy -a metrics-collection -f pasx/package-install-metrics-collection.yaml -y
Here is my package CRD
Error:
The error is because
helm chart pull
command was deprecated in helm version 3.7.0 and replaced it withhelm pull
as per https://github.com/helm/helm/releases/tag/v3.7.0Application versions:
The text was updated successfully, but these errors were encountered: