mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 19:46:07 -04:00
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:
parent
f69db6f26e
commit
88a57fdb36
6 changed files with 117 additions and 114 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue