Skip to content

Commit bcac597

Browse files
author
Issam
committed
feat: INFRA-702 some tweaks
1 parent 47697bd commit bcac597

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

kubespray/configurations/all/etcd.yml

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ etcd_supported_versions:
1919
v1.29: "v3.5.14"
2020
v1.28: "v3.5.14"
2121
v1.27: "v3.5.14"
22-
v1.25: "v3.5.14"
23-
v1.24: "v3.5.14"
24-
v1.23: "v3.5.14"
2522

2623
etcd_binary_checksums:
2724
# Etcd does not have arm32 builds at the moment, having some dummy value is

variables.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ variable "k8_cluster_name" {
9999
variable "k8_version" {
100100
description = "Kubernetes version to install"
101101
type = string
102-
default = "v1.25.6"
102+
default = "v1.29.5"
103103
}
104104

105105
variable "custom_container_repos" {
@@ -173,13 +173,13 @@ variable "kubespray_repo" {
173173
variable "kubespray_repo_ref" {
174174
description = "Tag or branch to checkout once the repository is cloned"
175175
type = string
176-
default = "v2.21.0"
176+
default = "v2.25.0"
177177
}
178178

179179
variable "kubespray_image" {
180180
description = "Docker image of kubespray"
181181
type = string
182-
default = "ferlabcrsj/kubespray:2.21.0"
182+
default = "quay.io/kubespray/kubespray:v2.25.0"
183183
}
184184

185185
variable "ingress_arguments" {

0 commit comments

Comments
 (0)