diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b22df04..fe81e80 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/interfaces', - version: '1.0.22', + version: '1.0.23', description: 'interfaces for working with containers' } diff --git a/ts/data/cluster.ts b/ts/data/cluster.ts index fd06ddf..b70f740 100644 --- a/ts/data/cluster.ts +++ b/ts/data/cluster.ts @@ -36,11 +36,6 @@ export interface ICluster { serverAddress: string; serverSecret: string; }; - - /** - * Where to get the images from - */ - registryInfo: IDockerRegistryInfo; }; }