diff --git a/README.md b/README.md new file mode 100644 index 0000000..9cac148 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Rollout release + +## New KeyDB release example + +### Package new release in .tgz + +```console +helm package ./keydb/ --destination ./.deploy/ +``` + +### Upload the release to Github + +```console +helm-cr upload --config ~/.cr.yaml +``` + +### Update index.yaml + +```console +git checkout gh-pages +helm-cr index --config ~/.cr.yaml -i ./index.yaml +```