Small helm-chart distribuion update

This commit is contained in:
max furman 2020-04-10 09:22:06 -07:00
parent fc50523779
commit 348cf9b4e6

View file

@ -150,9 +150,10 @@ e.g. `v1.0.2`
<pre><code>
<b>$ git checkout gh-pages</b>
<b>$ git pull origin/gh-pages</b>
<b>$ git add "step-certificates-<version>.tgz"</b>
<b>$ helm repo index --merge index.yaml --url https://smallstep.github.io/helm-charts/ .</b>
<b>$ git commit -a -m "Add package for step-certificates <appVersion>"</b>
<b>$ git commit -a -m "Add package for step-certificates vX.Y.Z"</b>
<b>$ git push origin gh-pages</b>
</code></pre>