Skip to content

Commit

Permalink
Update kubernetes schema to latest available version 1.17.0
Browse files Browse the repository at this point in the history
The current schema version for kubernetes is still at 1.14.0 which is very outdated
  • Loading branch information
bamzi committed Jan 13, 2020
1 parent a83ffed commit 68d0f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nls.config(process.env['VSCODE_NLS_CONFIG'] as any);
/****************
* Constants
****************/
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';
const JSON_SCHEMASTORE_URL = 'http://schemastore.org/api/json/catalog.json';

/**************************
Expand Down

0 comments on commit 68d0f39

Please sign in to comment.