Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle charts whose index.yaml urls artifact name is not entry-name + '-' + version + '.tgz' #11

Open
ron1 opened this issue Nov 18, 2018 · 0 comments

Comments

@ron1
Copy link

ron1 commented Nov 18, 2018

OKD 3.11 Service Catalog backed by ASB configured with the following Strimzi Helm registry adapter:

- type: helm
  name: helmstrimzi
  url: "http://strimzi.io/charts/"
  runner: "docker.io/automationbroker/helm-runner:latest"
  white_list: [.*]

cannot successfully Provision strimzi-kafka-operator 0.8.2 because the following Strimzi Helm registry adapter's index.yaml entry urls property has "-helm-chart" included in its artifact name:

urls:
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.8.2/strimzi-kafka-operator-helm-chart-0.8.2.tgz

Helm-bundle-base currently assumes that the index.yaml entry urls property artifact name is strictly composed of: entry-name + '-' + version + '.tgz', which in this case would be "strimzi-kafka-operator-0.8.2.tgz" with no extra "-helm-chart" embedded therein.

ron1 pushed a commit to ron1/helm-bundle-base that referenced this issue Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant