Skip to content

Commit 9e53a26

Browse files
committed
build: Kubernetes v1.27.6
1 parent 2be6a11 commit 9e53a26

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/capi-quick-start/aws-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
value:
2626
cni:
2727
provider: calico
28-
version: v1.27.5
28+
version: v1.27.6
2929
workers:
3030
machineDeployments:
3131
- class: default-worker

examples/capi-quick-start/docker-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
value:
2727
cni:
2828
provider: calico
29-
version: v1.27.5
29+
version: v1.27.6
3030
workers:
3131
machineDeployments:
3232
- class: default-worker

make/examples.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2023 D2iQ, Inc. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
export KUBERNETES_VERSION := v1.27.5
4+
export KUBERNETES_VERSION := v1.27.6
55

66
export CLUSTERCTL_VERSION := $(shell clusterctl version -o short 2>/dev/null)
77
export CAPA_VERSION := v2.2.2

make/kind.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ KIND_CLUSTER_NAME ?= $(GITHUB_REPOSITORY)-dev
77
KIND_KUBECONFIG ?= $(KIND_DIR)/$(KIND_CLUSTER_NAME)/kubeconfig
88

99
KINDEST_NODE_IMAGE ?= ghcr.io/mesosphere/kind-node
10-
KINDEST_NODE_VERSION_v1.25 ?= v1.25.13
11-
KINDEST_NODE_VERSION_v1.26 ?= v1.26.8
12-
KINDEST_NODE_VERSION_v1.27 ?= v1.27.5
13-
KINDEST_NODE_VERSION_v1.28 ?= v1.28.1
10+
KINDEST_NODE_VERSION_v1.25 ?= v1.25.14
11+
KINDEST_NODE_VERSION_v1.26 ?= v1.26.9
12+
KINDEST_NODE_VERSION_v1.27 ?= v1.27.6
13+
KINDEST_NODE_VERSION_v1.28 ?= v1.28.2
1414
# Allow easy override of Kubernetes version to use via `make KIND_KUBERNETES_VERSION=v1.23` to use in CI
1515
KIND_KUBERNETES_VERSION ?= v1.27
1616
ifndef KINDEST_NODE_VERSION_$(KIND_KUBERNETES_VERSION)

0 commit comments

Comments
 (0)