From c6e6f2eb66468bf3e03cf21c0d0d225b73127688 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 6 Feb 2024 13:02:11 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/data/cluster.ts | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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; }; }