The new chart repo (Chart Center) from JFrog is not supported due to chart path setting.
Example aws-alb-ingress-controler:
Because Chart Center prepends 'center/' to cloned repo paths Helmfile reads it as a folder path.
https://chartcenter.io/incubator/aws-alb-ingress-controller?version=0.1.14
Example helmfile.yaml
repositories:
- name: center
url: https://repo.chartcenter.io
releases:
- name: aws-alb-ingress-controller
chart: center/incubator/aws-alb-ingress-controller
version: 0.1.14
namespace: default
Error output
STDERR:
Error: could not find center/incubator/aws-alb-ingress-controller: stat center/incubator/aws-alb-ingress-controller: no such file or directory
any workarounds?
any workarounds?
I know of none, other than finding the original source and using it.
@michaelpporter Thanks for raising this! Apologies I had been putting this onto my "nice-to-have" list. But it turned out this will be important soon as the upstream MAY discontinue the stable and incubator repositories after November https://helm.sh/blog/helm-v2-deprecation-timeline/
Most helpful comment
@michaelpporter Thanks for raising this! Apologies I had been putting this onto my "nice-to-have" list. But it turned out this will be important soon as the upstream MAY discontinue the stable and incubator repositories after November https://helm.sh/blog/helm-v2-deprecation-timeline/