Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating project README.md #378

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ Charts are available in the following formats:

## Contribute

:heart: Planning to contribute? Please following our [contributing guidelines](CONTRIBUTING.md) to have your contribution smoothly flowing into this project.
:heart: Planning to contribute to this project ? Please follow our [contributing guidelines](CONTRIBUTING.md) to have your contributions smoothly flowing into this project.

## Prerequisites

- [Kubernetes](https://kubernetes.io/)
- [Helm3](https://helm.sh/)

### Installing from the Chart Repository

Expand All @@ -24,7 +29,7 @@ helm repo add sigstore https://sigstore.github.io/helm-charts
helm repo update
```

Once the chart has been added, install one of the available charts:
Once the chart is added, install one of the available [Helm chart](https://github.com/Sagar2366/sigstore-helm-charts/tree/main/charts):
Copy link
Contributor

@k4leung4 k4leung4 Oct 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please link to the proper repository and not your own fork please.


```shell
helm upgrade -i <release_name> sigstore/<chart_name>
Expand Down