Skip to content

Commit

Permalink
Add a readme for the tinkerbell stack chart. (#2528)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock authored Oct 6, 2023
1 parent 395aeec commit a8d8e87
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/tinkerbell/tinkerbell-chart/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# **Tinkerbell Stack Helm Chart**

## Updating

1. Make your changes to the chart.
1. When copying CRDs from upstream, make sure CRDs that will/need to be moved around by `clusterctl move` have the appropriate labels.

```yaml
labels:
clusterctl.cluster.x-k8s.io: ""
clusterctl.cluster.x-k8s.io/move: ""
```
1. Bump the version, appropriately, in the following files: `GIT_TAG`, `helm/sedfile.template`, and `chart/Chart.yaml`.
1. Run `make verify` to verify the chart.
1. Commit and push your changes.

0 comments on commit a8d8e87

Please sign in to comment.