Operating system
OSX Sonoma
Helmfile Version
v0.170.0
Helm Version
v3.17.0
Bug description
Full demo as a tarball available here demo.tar.gz
tar -xvzg demo.tar.gz
cd demo
helmfile template -> should work
- Uncomment the
transformers section of helmfile.yaml
helmfile template -> should fail with the error below
in ./helmfile.yaml: [exit status 1
COMMAND:
helm dependency up /var/folders/kw/h0jsz1bs2rg00nyq6lwpd9pr0000gn/T/chartify2403749751/monitoring/sentry
OUTPUT:
Error: directory /var/folders/kw/h0jsz1bs2rg00nyq6lwpd9pr0000gn/T/chartify2403749751/monitoring/library not found]
Example helmfile.yaml
releases:
- chart: ./charts/service
name: sentry
namespace: monitoring
transformers:
- apiVersion: builtin
fieldSpecs:
- create: true
path: metadata/labels
kind: LabelTransformer
labels:
component: abc
metadata:
name: label-enforcer
Error message you've seen (if any)
in ./helmfile.yaml: [exit status 1
COMMAND:
helm dependency up /var/folders/kw/h0jsz1bs2rg00nyq6lwpd9pr0000gn/T/chartify2403749751/monitoring/sentry
OUTPUT:
Error: directory /var/folders/kw/h0jsz1bs2rg00nyq6lwpd9pr0000gn/T/chartify2403749751/monitoring/library not found]
Steps to reproduce
See bug description
Working Helmfile Version
Went back to 0.147.0 and was still unable to find a working version
Relevant discussion
No response
Operating system
OSX Sonoma
Helmfile Version
v0.170.0
Helm Version
v3.17.0
Bug description
Full demo as a tarball available here demo.tar.gz
tar -xvzg demo.tar.gzcd demohelmfile template-> should worktransformerssection ofhelmfile.yamlhelmfile template-> should fail with the error belowExample helmfile.yaml
Error message you've seen (if any)
Steps to reproduce
See bug description
Working Helmfile Version
Went back to 0.147.0 and was still unable to find a working version
Relevant discussion
No response