Skip to content

Commit

Permalink
Merge pull request #214 from bamzi/patch-1
Browse files Browse the repository at this point in the history
Update kubernetes schema to latest available version 1.17.0
  • Loading branch information
JPinkney committed Jan 14, 2020
2 parents 383fee1 + 68d0f39 commit a66f06d
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 a66f06d

Please sign in to comment.