Reputation: 10144
I have Helm v3.2.1.
When I run helm create foo
, Helm creates charts that use apiVersion: v2
and the associated file structure (e.g. no requirements.yaml
)
Is there some way to inform Helm that I would like it to create apiVersion v1 type charts?
Information I have seen to date is orientated only on migrating from API version 1 to 2
Upvotes: 1
Views: 309