parent
2749da74e6
commit
2ebc436e48
|
@ -88,7 +88,6 @@ If this is a new chart, add the partner label and required annotations in `Chart
|
|||
```yaml
|
||||
annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/namespace: {CHART_NAMESPACE} # Your chart's name is recommended
|
||||
catalog.cattle.io/release-name: {CHART_RELEASE_NAME} # Your chart's name is recommended
|
||||
```
|
||||
|
||||
|
@ -237,4 +236,4 @@ Run to clean up your working directory before staging your changes.
|
|||
make clean CHART={CHART_NAME}
|
||||
```
|
||||
|
||||
Ensure that you've already saved your changes with `make patch CHART={CHART_NAME}` and cleaned up your working directory with `make clean`. Then, commit all the remaining changes to `packages/{CHART_NAME}` and submit your PR to the branch `main-source`.
|
||||
Ensure that you've already saved your changes with `make patch CHART={CHART_NAME}` and cleaned up your working directory with `make clean`. Then, commit all the remaining changes to `packages/{CHART_NAME}` and submit your PR to the branch `main-source`.
|
||||
|
|
Loading…
Reference in New Issue