Is your feature request related to a problem? Please describe.
Requested possibility to authenticate to private repository/registry (#31)
Solution Implemented
Added an optional field named "credentials" in "compositiondefinition.spec.chart", allowing the setting of "username" and "passwordRef". The "passwordRef" refers to a Kubernetes secret containing the password.
Is your feature request related to a problem? Please describe. Requested possibility to authenticate to private repository/registry (#31)
Solution Implemented Added an optional field named "credentials" in "compositiondefinition.spec.chart", allowing the setting of "username" and "passwordRef". The "passwordRef" refers to a Kubernetes secret containing the password.
Refer to testdata/compositiondefinition-private-oci.yaml for an example.