This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 396b23d  document Helm repository (#366)
396b23d is described below

commit 396b23de00eefcd5d248d5a388a10efe1f38aa23
Author: David Grove <[email protected]>
AuthorDate: Tue Feb 9 09:50:53 2021 -0500

    document Helm repository (#366)
    
    Co-authored-by: rodric rabbah <[email protected]>
---
 docs/release_instructions.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index 08bf191..7739b56 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -388,6 +388,20 @@ can help you find all the places to change.
 If you released a new version of openwhisk-cli, then submit a PR
 to Homebrew to publish the new cli version.
 
+### Helm Repository
+
+If you released 
[openwhisk-deploy-kube](https://github.com/apache/openwhisk-deploy-kube/), you 
need to update the Helm
+repository we provide at https://openwhisk.apache.org/charts.
+Perform the following steps:
+1. On the release branch of openwhisk-deploy-kube, run `helm package 
helm/openwhisk`.
+2. Add the resulting `openwhisk.tgz` to the GitHub release for 
openwhisk-deploy-kube
+3. In [openwhisk-website](https://github.com/apache/openwhisk-website/), 
submit a PR to update 
[charts/index.yaml](https://github.com/apache/openwhisk-website/tree/master/charts)
 to include
+   the new chart version.  This will take a little care, since `helm repo 
index`
+   defaults to assuming that the `.tgz` files are in the same directory as
+   the `index.yaml`, and we are hosting them elsewhere. Be sure to just add a 
stanza
+   for the new release with a URL to the GitHub release download and to not
+   remove any of the existing stanzas for previous release.
+
 ### Update Downloads Page
 
 Submit a PR to 
[openwhisk-website](https://github.com/apache/openwhisk-website) to update the 
Downloads page to

Reply via email to