Skip to content

Commit

Permalink
docs: development guide
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <bruno.bressi@telekom.de>
  • Loading branch information
puffitos committed Oct 2, 2024
1 parent ace25ad commit 6b2cddc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: caas-project-monitoring
description: A Helm chart for Rancher Project Monitoring V3.
version: "1.3.0"
version: "1.3.0-rc0"
appVersion: "58.4.0"
icon: https://raw.githubusercontent.com/caas-team/caas-project-monitoring/main/logo.png
keywords:
Expand Down
Binary file modified charts/kube-prometheus-stack-58.4.0.tgz
Binary file not shown.
11 changes: 11 additions & 0 deletions docs/app-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,14 @@ rules:
```

</details>

## Development

If you need to make any changes to the chart, you should follow this general development process:

1. Change any files needed for the chart.
2. Update any dependencies by using the Chart.yaml, if needed.
3. Update the README.md.gotmpl, if needed.
4. Update the app-readme.md, if needed.
5. Run `make chart` to prepare the chart for packaging.
6. Open a PR with the changes.

0 comments on commit 6b2cddc

Please sign in to comment.