Skip to content

Commit

Permalink
Update missed K8s versions
Browse files Browse the repository at this point in the history
These are pretty far behind!
  • Loading branch information
jtdoepke committed Jan 2, 2024
1 parent 13a8cef commit 6fdd670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/k8s/Makefile.kubeval
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Kubeval helpers
KUBEVAL_K8S_VERSION?=1.19.7
KUBEVAL_K8S_VERSION?=1.25.15
KUBEVAL_IGNORE_FILENAME_PATTERNS?=kustomization.yaml
KUBEVAL_ARGS?=--strict --quiet --output tap --ignore-missing-schemas --ignored-filename-patterns $(KUBEVAL_IGNORE_FILENAME_PATTERNS)
K8S_RENDERED_DIR?=./rendered/environments
Expand Down
2 changes: 1 addition & 1 deletion modules/kind/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "DEPRECATED"
echo "DEPRECATED: Please use 'make k3d/create' instead"
echo "DEPRECATED"

KIND_K8S_IMAGE=${KIND_K8S_IMAGE:-"kindest/node:v1.19.7"}
KIND_K8S_IMAGE=${KIND_K8S_IMAGE:-"kindest/node:v1.25.11"}
KIND_CLUSTER_NAME=${KIND_CLUSTER_NAME:-"kind"}
KIND_DOCKER_REGISTRY_NAME=${KIND_DOCKER_REGISTRY_NAME:-"kind-docker-registry"}
KIND_DOCKER_REGISTRY_PORT=${KIND_DOCKER_REGISTRY_PORT:-5000}
Expand Down

0 comments on commit 6fdd670

Please sign in to comment.