Skip to content

Commit

Permalink
build(deps): Update K8s dependencies to v1.31.1
Browse files Browse the repository at this point in the history
Also bump up the prism go client to latest release.
  • Loading branch information
thunderboltsid committed Sep 25, 2024
1 parent 19db00f commit a34120c
Show file tree
Hide file tree
Showing 12 changed files with 683 additions and 608 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Make sure following environment variables are set before running `make deploy`:
- NUTANIX_ENDPOINT: Prism Central IP/FQDN
- NUTANIX_PORT: Prism Central Port (9440)
- NUTANIX_INSECURE: Disable certificate verification (true or false)
- NUTANIX_USERNAME: Username to connect to Prism Central
- NUTANIX_USER: Username to connect to Prism Central
- NUTANIX_PASSWORD: Password required to connect to Prism Central
- IMG: image name of Nutanix CCM

Expand Down
15 changes: 8 additions & 7 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"packages": [
"bash@latest",
"coreutils@latest",
"envsubst@1.4.2",
"clusterctl@latest",
"envsubst@latest",
"fping@latest",
"gnumake@4.4.1",
"ginkgo@2.19.0",
"go@1.22.2",
"gotestsum@1.6.4",
"kind@0.22.0",
"ko@0.15.2",
"gnumake@latest",
"ginkgo@latest",
"go@latest",
"gotestsum@latest",
"kind@latest",
"ko@latest",
"kubectl@latest",
"path:./hack/flakes#go-mod-upgrade",
"path:./hack/flakes#go-junit-report",
Expand Down
Loading

0 comments on commit a34120c

Please sign in to comment.