From 13add032e0d2c799df574245ce0905975fd3da3d Mon Sep 17 00:00:00 2001 From: heitorrbarros Date: Mon, 27 Oct 2025 14:14:19 -0300 Subject: [PATCH] chore: Adds the missing properties(defaults.tag and defaults.repository) in the value schema definition --- charts/cloudzero-agent/values.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/cloudzero-agent/values.schema.json b/charts/cloudzero-agent/values.schema.json index d96c54f..28e6556 100644 --- a/charts/cloudzero-agent/values.schema.json +++ b/charts/cloudzero-agent/values.schema.json @@ -5831,6 +5831,12 @@ "image": { "$ref": "#/$defs/com.cloudzero.agent.image" }, + "repository":{ + "type": ["string", "null"] + }, + "tag":{ + "type": ["string", "null"] + }, "labels": { "$ref": "#/$defs/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels" },