Skip to content

Commit 5fd34ce

Browse files
authored
fix: change and precheck etcd_version (#2952)
Signed-off-by: redscholar <[email protected]>
1 parent 0ae21dd commit 5fd34ce

File tree

24 files changed

+67
-23
lines changed

24 files changed

+67
-23
lines changed

builtin/core/defaults/config/v1.23.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
tag: 2.9.6-alpine
2626
etcd:
2727
# Specify the etcd version to be installed.
28-
etcd_version: v3.5.4
28+
etcd_version: v3.5.6
2929
image_registry:
3030
# Image registry type to install. Supported: harbor, docker-registry.
3131
# Leave empty to skip installation (assuming an existing registry is available).

builtin/core/defaults/config/v1.25.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
tag: 2.9.6-alpine
2626
etcd:
2727
# Specify the etcd version to be installed.
28-
etcd_version: v3.5.7
28+
etcd_version: v3.5.9
2929
image_registry:
3030
# Image registry type to install. Supported: harbor, docker-registry.
3131
# Leave empty to skip installation (assuming an existing registry is available).

builtin/core/defaults/config/v1.26.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
tag: 2.9.6-alpine
2626
etcd:
2727
# Specify the etcd version to be installed.
28-
etcd_version: v3.5.8
28+
etcd_version: v3.5.10
2929
image_registry:
3030
# Image registry type to install. Supported: harbor, docker-registry.
3131
# Leave empty to skip installation (assuming an existing registry is available).

builtin/core/defaults/config/v1.27.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
tag: 2.9.6-alpine
2626
etcd:
2727
# Specify the etcd version to be installed.
28-
etcd_version: v3.5.9
28+
etcd_version: v3.5.12
2929
image_registry:
3030
# Image registry type to install. Supported: harbor, docker-registry.
3131
# Leave empty to skip installation (assuming an existing registry is available).

builtin/core/defaults/config/v1.28.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
tag: 2.9.6-alpine
2626
etcd:
2727
# Specify the etcd version to be installed.
28-
etcd_version: v3.5.9
28+
etcd_version: v3.5.15
2929
image_registry:
3030
# Image registry type to install. Supported: harbor, docker-registry.
3131
# Leave empty to skip installation (assuming an existing registry is available).

builtin/core/defaults/config/v1.29.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
tag: 2.9.6-alpine
2626
etcd:
2727
# Specify the etcd version to be installed.
28-
etcd_version: v3.5.10
28+
etcd_version: v3.5.15
2929
image_registry:
3030
# Image registry type to install. Supported: harbor, docker-registry.
3131
# Leave empty to skip installation (assuming an existing registry is available).

builtin/core/defaults/config/v1.30.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
tag: 2.9.6-alpine
2626
etcd:
2727
# Specify the etcd version to be installed.
28-
etcd_version: v3.5.10
28+
etcd_version: v3.5.15
2929
image_registry:
3030
# Image registry type to install. Supported: harbor, docker-registry.
3131
# Leave empty to skip installation (assuming an existing registry is available).

builtin/core/defaults/config/v1.31.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
tag: 2.9.6-alpine
2626
etcd:
2727
# Specify the etcd version to be installed.
28-
etcd_version: v3.5.11
28+
etcd_version: v3.5.24
2929
image_registry:
3030
# Image registry type to install. Supported: harbor, docker-registry.
3131
# Leave empty to skip installation (assuming an existing registry is available).

builtin/core/defaults/config/v1.32.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
tag: 2.9.6-alpine
2626
etcd:
2727
# Specify the etcd version to be installed.
28-
etcd_version: v3.5.11
28+
etcd_version: v3.5.24
2929
image_registry:
3030
# Image registry type to install. Supported: harbor, docker-registry.
3131
# Leave empty to skip installation (assuming an existing registry is available).

builtin/core/defaults/config/v1.33.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
tag: 2.9.6-alpine
2626
etcd:
2727
# Specify the etcd version to be installed.
28-
etcd_version: v3.5.25
28+
etcd_version: v3.5.24
2929
image_registry:
3030
# Image registry type to install. Supported: harbor, docker-registry.
3131
# Leave empty to skip installation (assuming an existing registry is available).

0 commit comments

Comments
 (0)