Skip to content

Commit

Permalink
Merge pull request #185 from mintel/eks-1_27
Browse files Browse the repository at this point in the history
Upgrade K8s tool versions for EKS v1.27
  • Loading branch information
jtdoepke authored Jun 20, 2024
2 parents 25bdc5d + ed81c05 commit 8037f47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.26.12
KUBEVAL_K8S_VERSION?=1.27.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/k8s/local/k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -o errexit
[ "$TRACE" ] && set -x

K3D_PREFIX="k3d"
K3D_K8S_IMAGE=${K3D_K8S_IMAGE:-"rancher/k3s:v1.26.12-k3s1"}
K3D_K8S_IMAGE=${K3D_K8S_IMAGE:-"rancher/k3s:v1.27.14-k3s1"}
K3D_CLUSTER_NAME=${K3D_CLUSTER_NAME:-"local"}
K3D_DOCKER_REGISTRY_NAME=${K3D_DOCKER_REGISTRY_NAME:-"default.localhost"}
K3D_DOCKER_REGISTRY_PORT=${K3D_DOCKER_REGISTRY_PORT:-"5000"}
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.26.6"}
KIND_K8S_IMAGE=${KIND_K8S_IMAGE:-"kindest/node:v1.27.13"}
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
2 changes: 1 addition & 1 deletion modules/satoshi/k8s-tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ k3d 5.2.2

#asdf:plugin add kubectl
#renovate: depName=kubernetes/kubernetes
kubectl 1.26.12
kubectl 1.27.15

#asdf:plugin add kubeval
#renovate: depName=instrumenta/kubeval
Expand Down

0 comments on commit 8037f47

Please sign in to comment.