Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency kubectl to v1.31.1 #139

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/.mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task = '3' # to have a set of simple commands for repetive task (and CI)
# 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.15.4' # to deploy, check helm chart
kubectl = '1.31.0' # to interact with k8s cluster
kubectl = '1.31.1' # to interact with k8s cluster
ctlptl = '0.8' # to setup / manage local k8s (kind) cluster
kind = '0.24.0' # to have a local k8s cluster (on top of docker)
java = '21' # required by skaffold
Expand Down
Loading