Skip to content

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

@ron1

Description

@ron1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions