Merge pull request #2771 from spoonben/change-helm-url

Change helm registry url to github from coreos.com
This commit is contained in:
Jimmy Zelinskie 2017-07-11 13:13:08 -04:00 committed by GitHub
commit 034620c98f

View file

@ -46,7 +46,7 @@
<h3>No channels found for this application</h3>
<br>
<p class="hidden-xs">
To push a new channel (from within the Helm package directory and with the <a href="https://coreos.com/apps" ng-safenewtab>Helm registry plugin</a> installed):
To push a new channel (from within the Helm package directory and with the <a href="https://github.com/app-registry/appr-helm-plugin" ng-safenewtab>Helm registry plugin</a> installed):
<pre class="command hidden-xs">helm registry push --namespace {{ $ctrl.repository.namespace }} --channel {channelName} {{ $ctrl.Config.SERVER_HOSTNAME }}</pre>
</p>
</div>