Visit https://www.katacoda.com/sgandon to view the profile and interactive scenarios
Visit https://www.katacoda.com/docs to learn more about creating Katacoda scenarios
For examples, visit https://github.com/katacoda/scenario-example
the registry is built statically using github pages see this helm document for more details. The registry can be found here : https://sgandon.github.io/katacoda-scenarios/
In order to add a new chart you need to :
$ helm package mychart
$ cp mychart-0.1.0.tgz docs
$ helm repo index docs --url https://sgandon.github.io/katacoda-scenarios/
$ git add -i
$ git commit -av
$ git push origin master