Skip to content

receiving error with chart using filesystem path #1002

@jurgenweber

Description

@jurgenweber
$ helmfile --version
helmfile version v0.93.2
templates:
  default: &default
    missingFileHandler: Info

releases:

  - name: mysuperfunhappytimeapp
    namespace: mysuperfunhappytimeapp
    chart: ../../../charts/mysuperfunhappytimeapp
    <<: *default
    values:
      - ../../../charts/mysuperfunhappytimeapp/values.yaml
      - ../../../charts/mysuperfunhappytimeapp/values.d/*.yaml
      - ../cluster/{{ env "HELMFILE_CLUSTER" | default "local" }}.yaml
HELMFILE_CLUSTER=cluster helmfile -f diff
Building dependency release=tenant, chart=../../../charts/mysuperfunhappytimeapp
in ./helmfile.yaml: in .helmfiles[1]: in : helm exited with status 1:
  Error: Chart.lock is out of sync with Chart.yaml

if I go to the chart in its directory, I can use it fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions