Skip to content

Commit 485c613

Browse files
cappyzawagithub-actions[bot]
authored andcommitted
Promote OCI Repository API to v1
ref: fluxcd/source-controller#1794 Signed-off-by: cappyzawa <[email protected]> (cherry picked from commit 85c4b0f)
1 parent 5c81d6f commit 485c613

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

content/en/flux/gitops-toolkit/packages.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,15 @@ Import package
3535
import sourcev1 "github.com/fluxcd/source-controller/api/v1"
3636
```
3737

38-
and for `OCIRepository` objects:
39-
40-
```go
41-
import sourcev1b2 "github.com/fluxcd/notification-controller/api/v1beta2"
42-
```
43-
4438
API Types
4539

4640
| Name | Version |
4741
|-------------------------------------------------------------|---------|
4842
| [GitRepository](/flux/components/source/gitrepositories/) | v1 |
4943
| [HelmRepository](/flux/components/source/helmrepositories/) | v1 |
5044
| [HelmChart](/flux/components/source/helmcharts.md) | v1 |
51-
| [OCIRepository](/flux/components/source/ocirepositories/) | v1beta2 |
5245
| [Bucket](/flux/components/source/buckets.md) | v1beta2 |
46+
| [OCIRepository](/flux/components/source/ocirepositories/) | v1 |
5347

5448
### kustomize.toolkit.fluxcd.io
5549

0 commit comments

Comments
 (0)