Skip to content

Commit 8e7002d

Browse files
committed
Merge branch 'main' of github.com:kubero-dev/kubero-cli
2 parents 2e67dba + ad6836f commit 8e7002d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

cmd/kuberoCli/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ func installKuberoUi() {
634634

635635
}
636636

637-
kuberoUIconsole := promptLine("Enable Console Access to running contianers", "[y/n]", "n")
637+
kuberoUIconsole := promptLine("Enable Console Access to running containers", "[y/n]", "n")
638638

639639
if kuberoUIconsole == "y" {
640640
kuberoUIConfig.Spec.Kubero.Config.Kubero.Console.Enabled = true

templates/kindVersions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
availableKubernetesVersions:
2-
- v1.29.0
3-
- v1.28.0
4-
- v1.27.3
5-
- v1.26.6
2+
- v1.29.2
3+
- v1.28.7
4+
- v1.27.11
5+
- v1.26.14
66
- v1.25.11
77
- v1.24.15
88
- v1.23.17

0 commit comments

Comments
 (0)