From a4201ed2b39465afa95f17163daf923e578f9a65 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Thu, 29 Feb 2024 11:00:54 +0100 Subject: [PATCH] Chart: Update `values.schema.json`. --- helm/cluster-api/values.schema.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/helm/cluster-api/values.schema.json b/helm/cluster-api/values.schema.json index e165dcc..b5be7d1 100644 --- a/helm/cluster-api/values.schema.json +++ b/helm/cluster-api/values.schema.json @@ -45,9 +45,6 @@ } } }, - "domain": { - "type": "string" - }, "tag": { "type": "string" } @@ -67,6 +64,14 @@ } } }, + "registry": { + "type": "object", + "properties": { + "domain": { + "type": "string" + } + } + }, "watchFilter": { "type": "string" }