File tree 4 files changed +1778
-7
lines changed
4 files changed +1778
-7
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ and is a core component of the [GitOps toolkit](https://fluxcd.io/flux/component
16
16
17
17
## APIs
18
18
19
- | Kind | API Version |
20
- | --------------------------------------------------------- | ------------------------------------|
21
- | [ GitRepository] ( docs/spec/v1/gitrepositories.md ) | ` source.toolkit.fluxcd.io/v1 ` |
22
- | [ 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 ` |
25
- | [ Bucket] ( docs/spec/v1beta2/buckets.md ) | ` source.toolkit.fluxcd.io/v1beta2 ` |
19
+ | Kind | API Version |
20
+ | -------------------------------------------------------| ------------------------------------|
21
+ | [ GitRepository] ( docs/spec/v1/gitrepositories.md ) | ` source.toolkit.fluxcd.io/v1 ` |
22
+ | [ OCIRepository] ( docs/spec/v1beta2/ocirepositories.md ) | ` source.toolkit.fluxcd.io/v1beta2 ` |
23
+ | [ HelmRepository] ( docs/spec/v1 /helmrepositories.md ) | ` source.toolkit.fluxcd.io/v1 ` |
24
+ | [ HelmChart] ( docs/spec/v1 /helmcharts.md ) | ` source.toolkit.fluxcd.io/v1 ` |
25
+ | [ Bucket] ( docs/spec/v1beta2/buckets.md ) | ` source.toolkit.fluxcd.io/v1beta2 ` |
26
26
27
27
## Features
28
28
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This is the v1 API specification for defining the desired state sources of Kuber
6
6
7
7
* Source kinds:
8
8
+ [ GitRepository] ( gitrepositories.md )
9
+ + [ HelmRepository] ( helmrepositories.md )
10
+ + [ HelmChart] ( helmcharts.md )
9
11
10
12
## Implementation
11
13
You can’t perform that action at this time.
0 commit comments