Skip to content

Commit

Permalink
Merge pull request #208 from 06kellyjac/master
Browse files Browse the repository at this point in the history
Updating kube schema location to new instrumenta org
  • Loading branch information
JPinkney committed Dec 9, 2019
2 parents 9c1ad00 + 18bd569 commit a83ffed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/garethr/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.14.0-standalone-strict/all.json';
const JSON_SCHEMASTORE_URL = 'http://schemastore.org/api/json/catalog.json';

/**************************
Expand Down
2 changes: 1 addition & 1 deletion test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { MarkedString } from '../src';

const languageService = getLanguageService(schemaRequestService, workspaceContext, [], null);

const uri = 'https://raw.githubusercontent.com/garethr/kubernetes-json-schema/master/v1.14.0-standalone-strict/all.json';
const uri = 'https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.14.0-standalone-strict/all.json';
const languageSettings: LanguageSettings = {
schemas: [],
validate: true,
Expand Down

0 comments on commit a83ffed

Please sign in to comment.