upgrade k8s 1.24.3 -> 1.24.6 (#201)

* upgrade k8s 1.24.3 -> 1.24.6
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2022-09-30 17:10:16 +02:00 committed by GitHub
parent f69db6f26e
commit 88a57fdb36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 117 additions and 114 deletions

View file

@ -13,9 +13,9 @@ require (
go.etcd.io/etcd/api/v3 v3.5.4
go.etcd.io/etcd/client/pkg/v3 v3.5.4
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f
k8s.io/api v0.24.3
k8s.io/apimachinery v0.24.3
k8s.io/client-go v0.24.3
k8s.io/api v0.24.6
k8s.io/apimachinery v0.24.6
k8s.io/client-go v0.24.6
k8s.io/utils v0.0.0-20220812165043-ad590609e2e5
sigs.k8s.io/controller-runtime v0.12.1
)