Skip to content

Commit

Permalink
required update to release apimachinery; fix in helm.go for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cxbrowne1207 committed Jan 17, 2024
1 parent 02975ea commit c34d332
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 10 deletions.
4 changes: 2 additions & 2 deletions release/cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
helm.sh/helm/v3 v3.13.1
k8s.io/apimachinery v0.28.2
k8s.io/helm v2.17.0+incompatible
sigs.k8s.io/controller-runtime v0.14.6
sigs.k8s.io/controller-runtime v0.15.0
sigs.k8s.io/yaml v1.4.0
)

Expand Down Expand Up @@ -148,7 +148,7 @@ require (
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.15.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/grpc v1.58.3 // indirect
Expand Down
Loading

0 comments on commit c34d332

Please sign in to comment.