Skip to content

Commit 277dd9b

Browse files
committed
Increase Kuberentes default version
This updates to the latest patch verion of 1.19 by default. 1.19 is the latest version available in most public clouds. Signed-off-by: Matt Farina <matt.farina@suse.com>
1 parent b5d5525 commit 277dd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const CURRENT_SETTINGS_VERSION = 2;
2525
const defaultSettings = {
2626
version: CURRENT_SETTINGS_VERSION,
2727
kubernetes: {
28-
version: 'v1.19.10',
28+
version: 'v1.19.11',
2929
memoryInGB: 2,
3030
numberCPUs: 2,
3131
},

0 commit comments

Comments
 (0)