Skip to content

Commit

Permalink
chore(deps): update dependency kubectl to v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
org-internal-bot[bot] authored and davidB committed Dec 18, 2024
1 parent 9678fe4 commit 54515f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/.mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker = "latest" # to build, to run containers, should be available for some of thoses tools
# dive = "latest" # to explore content of image container
helm = "3" # to check helm chart
kubectl = "1.31" # to interact with k8s cluster
kubectl = "1.32.0" # to interact with k8s cluster

# TODO upgrade version only if change in the context of the Dockerfile
# TODO sign container (see <https://www.sigstore.dev/how-it-works>)
Expand Down
2 changes: 1 addition & 1 deletion demos/.mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CLUSTER_NAME = "kind-local"
[tools]
# docker = "latest" # to build, to run containers, should be available for some of thoses tools
"ubi:cdviz-dev/cdviz-collector" = "latest"
kubectl = "1.31" # to interact with k8s cluster
kubectl = "1.32.0" # to interact with k8s cluster
ctlptl = "0.8" # to setup / manage local k8s (kind) cluster
kind = "0.25.0" # to have a local k8s cluster (on top of docker)
"ubi:helmwave/helmwave" = { version = "0.41", matching = "helmwave" }
Expand Down

0 comments on commit 54515f9

Please sign in to comment.