What happened?
Hi team,
I've mentioned that containerRepositoryPrefix is not defined in helm values, but is still required by schema validation.
I removed containerRepositoryPrefix from helm values.yaml since I couldn't find it in the list of variables, and then the issue happened:
values don't meet the specifications of the schema(s) in the following chart(s): korifi: - (root): containerRepositoryPrefix is required
I didn't dive deep to figure out by myself, but I think either schema validation is outdated or values.yaml
Do we actually need containerRepositoryPrefix?
What you expected to happen
helm chart is fixed.
How to reproduce it (as minimally and precisely as possible)
remove containerRepositoryPrefix from values.yaml while applying helm chart.
Korifi v0.17.0