Skip to content

Commit 68d0f39

Browse files
authored
Update kubernetes schema to latest available version 1.17.0
The current schema version for kubernetes is still at 1.14.0 which is very outdated
1 parent a83ffed commit 68d0f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nls.config(process.env['VSCODE_NLS_CONFIG'] as any);
2929
/****************
3030
* Constants
3131
****************/
32-
const KUBERNETES_SCHEMA_URL = 'https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.14.0-standalone-strict/all.json';
32+
const KUBERNETES_SCHEMA_URL = 'https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.17.0-standalone-strict/all.json';
3333
const JSON_SCHEMASTORE_URL = 'http://schemastore.org/api/json/catalog.json';
3434

3535
/**************************

0 commit comments

Comments
 (0)