-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: INSTALLATION FAILED: validation: chart.metadata.version "DAPR_VERSION_HELM" is invalid when install dapr with debug mode #4277
Comments
Transfer from dapr/helm-charts#16 |
I found this bug report from helm repo, this issue only exists in helm versions 3.5.2 and above: |
@jaredhshuai we can do a version check and document it, are you interested in adding it? |
@daixiang0 How can I do it? |
https://docs.dapr.io/operations/troubleshooting/ seems a good place to comment this. |
Sure, after you confirm the version check, I'd like to update the page. If it's a bug, it may need to be fixed. |
I see you use charts/dapr, but official is dapr/dapr, below codes work:
|
https://docs.dapr.io/developing-applications/debugging/debug-k8s/debug-dapr-services/ |
There is an extra step if you need to use the chart from local folder. REL_VERSION=edge bash .github/scripts/set_helm_dapr_version.sh |
In this case, the tag must also be changed to edge in your build. The action item for this bug is to update the docs to reflect the latest instructions. This step is needed to simplify our release process. |
hi @artursouza Did you mean:
Whether I need to change the command:
|
hi @artursouza Any updates? |
@ItalyPaleAle have fixed it in master branch. Please, try again. |
In what area(s)?
/area debug dapr on Kubernetese
https://docs.dapr.io/developing-applications/debugging/debug-k8s/debug-dapr-services/
What version of Dapr?
1.6.0
Expected Behavior
When debug dapr on Kubernetes, after build dapr source code and push image to docker hub, it should be installed successfully through helm.
Actual Behavior
INSTALLATION FAILED: validation: chart.metadata.version "DAPR_VERSION_HELM" is invalid
Environment :
Steps
The text was updated successfully, but these errors were encountered: