We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 656cfac + 277dd9b commit 6e9ff7bCopy full SHA for 6e9ff7b
1 file changed
src/config/settings.ts
@@ -25,7 +25,7 @@ const CURRENT_SETTINGS_VERSION = 2;
25
const defaultSettings = {
26
version: CURRENT_SETTINGS_VERSION,
27
kubernetes: {
28
- version: 'v1.19.10',
+ version: 'v1.19.11',
29
memoryInGB: 2,
30
numberCPUs: 2,
31
},
0 commit comments