We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83ffed commit 68d0f39Copy full SHA for 68d0f39
src/server.ts
@@ -29,7 +29,7 @@ nls.config(process.env['VSCODE_NLS_CONFIG'] as any);
29
/****************
30
* Constants
31
****************/
32
-const KUBERNETES_SCHEMA_URL = 'https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.14.0-standalone-strict/all.json';
+const KUBERNETES_SCHEMA_URL = 'https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.17.0-standalone-strict/all.json';
33
const JSON_SCHEMASTORE_URL = 'http://schemastore.org/api/json/catalog.json';
34
35
/**************************
0 commit comments