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

Small readme additions #3

Merged
merged 3 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!-- Thank you for contributing!-->

_Provide a description of what has been changed_
### Changes
<!--Provide a description of what has been changed!-->

### Checklist

- [ ] README is updated with new configuration values *(if applicable)*
- [ ] Changes were throughly tested locally
- [ ] Changes were tested and verified locally
- [ ] Changes are covered by Unit Tests
- [ ] Version is updated in `Chart.yaml`
- [ ] Version is bumped in `Chart.yaml`

Fixes #
<!--### Fixes!-->
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [WIP] Fiverr Community Helm Charts [WIP]
# Fiverr Community Helm Charts

The code is provided as-is with no warranties.

Expand All @@ -10,10 +10,10 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repository as follows:

```console
helm repo add <repo name> <repo url>
helm repo add fiverr_public https://opensource.fiverr.com/public_charts/
```

You can then run `helm search repo <repo name>` to see the charts.
You can then run `helm search repo fiverr_public` to see the charts.

## License

Expand All @@ -22,4 +22,8 @@ You can then run `helm search repo <repo name>` to see the charts.

## Helm charts build status

TODO
![Release Charts](https://github.com/fiverr/public_charts/actions/workflows/release.yml/badge.svg?branch=master)
![Tests](https://github.com/fiverr/public_charts/actions/workflows/test.yml/badge.svg)

## Charts
[Karpenter Nodes](https://github.com/fiverr/public_charts/tree/master/charts/karpenter_nodes)
Loading