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 when trying to use dapr chart #380

Closed
mortenbock opened this issue Mar 1, 2022 · 1 comment
Closed

Error when trying to use dapr chart #380

mortenbock opened this issue Mar 1, 2022 · 1 comment

Comments

@mortenbock
Copy link

I have the following file:

repositories:
  - name: dapr
    url: https://dapr.github.io/helm-charts/
releases:
  - chart: dapr/dapr
    cleanupOnFail: false
    name: dapr
    namespace: dapr-system
    version: 1.6.0

When I run helmfile diff I get the following error:

Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Configuration" in version "dapr.io/v1alpha1"

It seems to refer to this file in the chart: https://github.com/dapr/dapr/blob/master/charts/dapr/charts/dapr_config/templates/dapr_default_config.yaml

If I install the chart using helm directly, there is no issue.

helmfile version v0.143.0
helm version: version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.5"}
helm-diff version: 3.4.2

Is this a bug in helm-diff?

@mumoshu
Copy link
Collaborator

mumoshu commented Mar 1, 2022

@mortenbock Hey! Please check #189.

@mumoshu mumoshu closed this as completed Mar 1, 2022
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

2 participants