Skip to content

Commit c38df39

Browse files
fix(deps): update kubernetes packages to v0.34.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b005feb commit c38df39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/gruntwork-io/terratest v0.43.12
77
github.com/norwoodj/helm-docs v1.11.1
88
github.com/stretchr/testify v1.8.4
9-
k8s.io/api v0.27.2
9+
k8s.io/api v0.34.0
1010
)
1111

1212
require (

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ toolchain go1.22.5
77
require (
88
github.com/mistifyio/go-zfs/v3 v3.0.1
99
github.com/stretchr/testify v1.9.0
10-
k8s.io/api v0.30.3
11-
k8s.io/apimachinery v0.30.3
12-
k8s.io/client-go v0.30.3
10+
k8s.io/api v0.34.0
11+
k8s.io/apimachinery v0.34.0
12+
k8s.io/client-go v0.34.0
1313
k8s.io/klog/v2 v2.130.1
1414
sigs.k8s.io/sig-storage-lib-external-provisioner/v10 v10.0.0
1515
)

0 commit comments

Comments
 (0)