Skip to content

Commit 2814140

Browse files
committed
Update sigs.k8s.io/kustomize/api to v0.10.0
This includes a bump of the K8s dependencies in the API module to align with the v0.22.1 pulled in by Helm. Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent cc647d9 commit 2814140

File tree

4 files changed

+115
-10
lines changed

4 files changed

+115
-10
lines changed

api/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/fluxcd/pkg/apis/kustomize v0.1.0
77
github.com/fluxcd/pkg/apis/meta v0.10.0
88
github.com/fluxcd/pkg/runtime v0.12.0
9-
k8s.io/apiextensions-apiserver v0.21.3
10-
k8s.io/apimachinery v0.21.3
9+
k8s.io/apiextensions-apiserver v0.22.1
10+
k8s.io/apimachinery v0.22.1
1111
sigs.k8s.io/controller-runtime v0.9.5
1212
)

0 commit comments

Comments
 (0)