File tree 4 files changed +1773
-2
lines changed 4 files changed +1773
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ and is a core component of the [GitOps toolkit](https://fluxcd.io/flux/component
20
20
| ---------------------------------------------------------| ------------------------------------|
21
21
| [ GitRepository] ( docs/spec/v1/gitrepositories.md ) | ` source.toolkit.fluxcd.io/v1 ` |
22
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 ` |
23
+ | [ HelmRepository] ( docs/spec/v1beta2/helmrepositories.md ) | ` source.toolkit.fluxcd.io/v1 ` |
24
+ | [ HelmChart] ( docs/spec/v1beta2/helmcharts.md ) | ` source.toolkit.fluxcd.io/v1 ` |
25
25
| [ Bucket] ( docs/spec/v1beta2/buckets.md ) | ` source.toolkit.fluxcd.io/v1beta2 ` |
26
26
27
27
## Features
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