Skip to content

Helm chart contains empty directory which confuses ArgoCD + Kustomize #22

@g3n35i5

Description

@g3n35i5

The helm chart contains two directories, codemeter and codemeter-chart. The chart itself is named codemeter-chart but the chart is in codemeter.
Kustomize pulls using name: codemeter-chart and then looks for charts/codemeter-chart-1.2.1/codemeter-chart/Chart.yaml — but the chart extracted as codemeter/, hence the mismatch.

helm pull oci://registry-1.docker.io/wibusystems/codemeter-chart --version 1.2.1 --untar
tree .
.
├── codemeter
│   ├── Chart.yaml
│   ├── templates
│   │   ├── configmap-server-ini.yaml
│   │   ├── deployment.yaml
│   │   ├── _helpers.tpl
│   │   └── service.yaml
│   └── values.yaml
└── codemeter-chart

4 directories, 6 files

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions