Helmfile: Request support for ChartCenter from JFrog

Created on 29 Jun 2020  路  3Comments  路  Source: roboll/helmfile

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
feature request

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/

All 3 comments

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/

Was this page helpful?
0 / 5 - 0 ratings