mirror of https://git.rancher.io/charts
run make template
parent
7468380e45
commit
461a15ab75
|
@ -1,4 +1,3 @@
|
|||
bin
|
||||
*.DS_Store
|
||||
.idea
|
||||
*.iml
|
||||
|
|
16
README.md
16
README.md
|
@ -1,4 +1,4 @@
|
|||
## Staging Branch
|
||||
## Dev Branch
|
||||
|
||||
This branch contains Packages and generated assets that have not been officially released yet.
|
||||
|
||||
|
@ -6,7 +6,7 @@ See the README.md under `packages/`, `assets/`, and `charts/` for more informati
|
|||
|
||||
The following directory structure is expected:
|
||||
```text
|
||||
package/
|
||||
packages/
|
||||
<package>/
|
||||
...
|
||||
assets/
|
||||
|
@ -21,6 +21,18 @@ charts/
|
|||
...
|
||||
```
|
||||
|
||||
### "Orphaned" Charts
|
||||
|
||||
Not all charts tracked in `charts/` and `assets/` will have a corresponding entry in `packages/`,
|
||||
but all charts tracked in `packages/` must exist in `charts/` and `assets/` to pass a `make validate`.
|
||||
|
||||
Some situations that would merit "orphaned" charts include, but are not limited to:
|
||||
- Charts that are no longer in active development (e.g. deprecated charts, older versions of released charts)
|
||||
- Charts that are forward-ported / backward-ported over from other Helm repositories
|
||||
|
||||
Note: as long as it doesn't modify an already released version of a chart (which will be checked on a `make validate`),
|
||||
you can always bring back a previously removed package to the `packages/` directory to move it back to active development.
|
||||
|
||||
### Configuration
|
||||
|
||||
This repository branch contains a `configuration.yaml` file that is used to specify how it interacts with other repository branches.
|
||||
|
|
Loading…
Reference in New Issue