Skip to content

Commit

Permalink
Merge branch 'master' into alfi0812-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alfi0812 authored Dec 18, 2024
2 parents 866eb75 + 29d8cfc commit c03ccf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/content/docs/development/chart-yaml-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Chart.yaml layout
---

At TrueCharts we try to keep some files standardized, this enables us to make changes to these charts in bulk with less risk of mistakes. Chart.yaml is one of these files.
In this documentation we will explain the standardized layout options. For an example layout, please see our standard Chart.yaml [template](https://github.com/truecharts/charts/blob/master/templates/chart/Chart.yaml)
In this documentation we will explain the standardized layout options. For an example layout, please see our standard Chart.yaml [template](https://github.com/truecharts/public/blob/master/charts/premium/app-template/Chart.yaml)

## Layout Explained

Expand Down Expand Up @@ -45,7 +45,7 @@ annotations:
In the above description there are a lot of values that are not actually used. Some of those, like `deprecated`, we just set to false. While others, like `annotations` get commented out.

Please refer to our standard Chart.yaml [template](https://github.com/truecharts/charts/blob/master/templates/chart/Chart.yaml) to see which unused values needs which treatment.
Please refer to our standard Chart.yaml [template](https://github.com/truecharts/public/blob/master/charts/premium/app-template/Chart.yaml) to see which unused values needs which treatment.

### Dependencies

Expand All @@ -56,4 +56,4 @@ All other dependencies are expected to be listed in alphabetical order.
### Maintainers

The only maintainer should always be TrueCharts, as the TrueCharts core team is expected to step in if the other maintainers fail to maintain their work.
An example of how to list TrueCharts as a maintainer is available in our standard Chart.yaml [template](https://github.com/truecharts/charts/blob/master/templates/chart/Chart.yaml).
An example of how to list TrueCharts as a maintainer is available in our standard Chart.yaml [template](https://github.com/truecharts/public/blob/master/charts/premium/app-template/Chart.yaml).

0 comments on commit c03ccf9

Please sign in to comment.