Skip to content
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 #16

Open
jaredhshuai opened this issue Feb 19, 2022 · 1 comment

Comments

@jaredhshuai
Copy link

jaredhshuai commented Feb 19, 2022

Environment :

Kubernetes: v1.23.3
Weave Net: v2.8.1
Docker: v20.10.12
Dapr: v1.6.0
Helm: v3.8.0

Return error when install dapr with debug mode :

INSTALLATION FAILED: validation: chart.metadata.version "DAPR_VERSION_HELM" is invalid

Steps :

  1. Build dapr is ok.
make release GOOS=linux GOARCH=amd64 DEBUG=1
  1. Push image is ok.
export DAPR_TAG=dev
export DAPR_REGISTRY=k8schina
make docker-push DEBUG=1
  1. Values.yaml
global:
  registry: docker.io/k8schina
  tag: "dev-linux-amd64"
  logAsJson: true
dapr_operator:
  debug:
    enabled: true
dapr_sidecar_injector:
  hostNetwork: true
  debug:
    enabled: true
dapr_placement:
  debug:
    enabled: true
dapr_sentry:
  debug:
    enabled: true
  1. Helm install.
helm install dapr charts/dapr \
--namespace dapr-system \
--create-namespace \
--values values.yaml \
--wait
  1. Return error.
INSTALLATION FAILED: validation: chart.metadata.version "DAPR_VERSION_HELM" is invalid
@jaredhshuai jaredhshuai changed the title Error: INSTALLATION FAILED: validation: chart.metadata.version "DAPR_VERSION_HELM" is invalid when debugging dapr. Error: INSTALLATION FAILED: validation: chart.metadata.version "DAPR_VERSION_HELM" is invalid when install dapr with debug mode Feb 19, 2022
@jaredhshuai
Copy link
Author

Has been transferred to dapr/dapr, it can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant