File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
examples/capi-quick-start Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
value :
26
26
cni :
27
27
provider : calico
28
- version : v1.27.5
28
+ version : v1.27.6
29
29
workers :
30
30
machineDeployments :
31
31
- class : default-worker
Original file line number Diff line number Diff line change 26
26
value :
27
27
cni :
28
28
provider : calico
29
- version : v1.27.5
29
+ version : v1.27.6
30
30
workers :
31
31
machineDeployments :
32
32
- class : default-worker
Original file line number Diff line number Diff line change 1
1
# Copyright 2023 D2iQ, Inc. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- export KUBERNETES_VERSION := v1.27.5
4
+ export KUBERNETES_VERSION := v1.27.6
5
5
6
6
export CLUSTERCTL_VERSION := $(shell clusterctl version -o short 2>/dev/null)
7
7
export CAPA_VERSION := v2.2.2
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ KIND_CLUSTER_NAME ?= $(GITHUB_REPOSITORY)-dev
7
7
KIND_KUBECONFIG ?= $(KIND_DIR ) /$(KIND_CLUSTER_NAME ) /kubeconfig
8
8
9
9
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
14
14
# Allow easy override of Kubernetes version to use via `make KIND_KUBERNETES_VERSION=v1.23` to use in CI
15
15
KIND_KUBERNETES_VERSION ?= v1.27
16
16
ifndef KINDEST_NODE_VERSION_$(KIND_KUBERNETES_VERSION)
You can’t perform that action at this time.
0 commit comments