Skip to content

Commit d624bd6

Browse files
committed
docs: Add API spec for Helm v1
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 parent 58669d4 commit d624bd6

File tree

4 files changed

+1773
-2
lines changed

4 files changed

+1773
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ and is a core component of the [GitOps toolkit](https://fluxcd.io/flux/component
2020
|---------------------------------------------------------|------------------------------------|
2121
| [GitRepository](docs/spec/v1/gitrepositories.md) | `source.toolkit.fluxcd.io/v1` |
2222
| [OCIRepository](docs/spec/v1beta2/ocirepositories.md) | `source.toolkit.fluxcd.io/v1beta2` |
23-
| [HelmRepository](docs/spec/v1beta2/helmrepositories.md) | `source.toolkit.fluxcd.io/v1beta2` |
24-
| [HelmChart](docs/spec/v1beta2/helmcharts.md) | `source.toolkit.fluxcd.io/v1beta2` |
23+
| [HelmRepository](docs/spec/v1beta2/helmrepositories.md) | `source.toolkit.fluxcd.io/v1` |
24+
| [HelmChart](docs/spec/v1beta2/helmcharts.md) | `source.toolkit.fluxcd.io/v1` |
2525
| [Bucket](docs/spec/v1beta2/buckets.md) | `source.toolkit.fluxcd.io/v1beta2` |
2626

2727
## Features

docs/spec/v1/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This is the v1 API specification for defining the desired state sources of Kuber
66

77
* Source kinds:
88
+ [GitRepository](gitrepositories.md)
9+
+ [HelmRepository](helmrepositories.md)
10+
+ [HelmChart](helmcharts.md)
911

1012
## Implementation
1113

0 commit comments

Comments
 (0)