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" },