File tree 2 files changed +3
-6
lines changed
kubespray/configurations/all
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ etcd_supported_versions:
19
19
v1.29 : " v3.5.14"
20
20
v1.28 : " v3.5.14"
21
21
v1.27 : " v3.5.14"
22
- v1.25 : " v3.5.14"
23
- v1.24 : " v3.5.14"
24
- v1.23 : " v3.5.14"
25
22
26
23
etcd_binary_checksums :
27
24
# Etcd does not have arm32 builds at the moment, having some dummy value is
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ variable "k8_cluster_name" {
99
99
variable "k8_version" {
100
100
description = " Kubernetes version to install"
101
101
type = string
102
- default = " v1.25.6 "
102
+ default = " v1.29.5 "
103
103
}
104
104
105
105
variable "custom_container_repos" {
@@ -173,13 +173,13 @@ variable "kubespray_repo" {
173
173
variable "kubespray_repo_ref" {
174
174
description = " Tag or branch to checkout once the repository is cloned"
175
175
type = string
176
- default = " v2.21 .0"
176
+ default = " v2.25 .0"
177
177
}
178
178
179
179
variable "kubespray_image" {
180
180
description = " Docker image of kubespray"
181
181
type = string
182
- default = " ferlabcrsj /kubespray:2.21 .0"
182
+ default = " quay.io /kubespray/kubespray:v2.25 .0"
183
183
}
184
184
185
185
variable "ingress_arguments" {
You can’t perform that action at this time.
0 commit comments