Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiarchitect committed Mar 16, 2020
1 parent dd62516 commit fe8110d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit fe8110d

Please sign in to comment.