-
Notifications
You must be signed in to change notification settings - Fork 558
Closed
Description
$ 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
Labels
No labels