You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ helmfile template
Adding repo jetstack https://charts.jetstack.io
"jetstack" has been added to your repositories
in ./helmfile.yaml: [no resolved dependency found for"compose-operator", running "helmfile deps" may resolve the issue]
run helmfile deps, helmfile.lock would not change.
$ helmfile deps
Adding repo jetstack https://charts.jetstack.io
"jetstack" has been added to your repositories
Pulling ghcr.io/huma-engineering/helm-charts/compose-operator:0.39.0
Exporting ghcr.io/huma-engineering/helm-charts/compose-operator:0.39.0
Pulled: ghcr.io/huma-engineering/helm-charts/compose-operator:0.39.0
Digest: sha256:59632103db46727136a1cd08388cced3ee802e596f1d119a2b2bd6318b93fa06
Exporting ghcr.io/huma-engineering/helm-charts/compose-operator:0.39.0
Pulled: ghcr.io/huma-engineering/helm-charts/compose-operator:0.39.0
Digest: sha256:59632103db46727136a1cd08388cced3ee802e596f1d119a2b2bd6318b93fa06
Updating dependency /tmp/helmfile2282725958/compose-operator/compose-operator/compose-operator/0.39.0/compose-operator
Updating dependency /tmp/2481716747
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "jetstack" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 1 charts
Downloading cert-manager from repo https://charts.jetstack.io
Deleting outdated charts
Reproduce
Start with a hemlfile.yaml
run
helmfile deps
, helmfile.lock would be like:Adding an OCI repo to repositories
Try to get template:
run
helmfile deps
, helmfile.lock would not change.End result is like in this gist
I am stuck in a loop.
helmfile deps
don't change the .lock, template is asking to read from lock.The text was updated successfully, but these errors were encountered: