Merge pull request #2771 from spoonben/change-helm-url
Change helm registry url to github from coreos.com
This commit is contained in:
commit
034620c98f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
<h3>No channels found for this application</h3>
|
<h3>No channels found for this application</h3>
|
||||||
<br>
|
<br>
|
||||||
<p class="hidden-xs">
|
<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>
|
<pre class="command hidden-xs">helm registry push --namespace {{ $ctrl.repository.namespace }} --channel {channelName} {{ $ctrl.Config.SERVER_HOSTNAME }}</pre>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue