kabanero-io / kabanero-landing

A console application for managing your Kabanero instances. This repo will be archived soon.
Apache License 2.0
4 stars 6 forks source link

Support GHE style yaml for kabanero index URL #176

Closed alohr51 closed 4 years ago

alohr51 commented 4 years ago

Feature description

The operator allows another way to specify the index.yaml for the spec.repositories section as specified in kabanero-io/kabanero-operator/issues/469

We need to support both options

Feature design or visual mockup

I would suggest checking for the occurrence of the https and if it doesn't exist check the existence of the githubRelease key and craft the correct URL to point appsody at. Looks like this would just be an update to instance.js in the createRepositorySection function.